- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 python3抓取糗百图片
from bs4 import BeautifulSoup import urllib.request import os path = os.getcwd() new_path = os.path.join(path,"photos") if not os.path.isdir(new_path): os.mkdir(new_path) os.chdir(new_
2016-09-26 14:31:22
254
原创 python3抓取糗百图片
from bs4 import BeautifulSoupimport urllib.requestimport ospath = os.getcwd() new_path = os.path.join(path,"photos")if not os.path.isdir(new_path): os.mkdir(new_path)os.chdir(new_path)t=1n=input("请输入获
2016-09-26 14:29:31
299
转载 转载Oracle EBS中,如何通过Form,Report的执行文件来查找对应的功能名称,或者如何反向查找
知道Form执行文件的名字情况下,如何来查找对应的功能名称 SELECT a.form_name||' : '||nvl(b.description, b.user_form_name) FROM APPS.FND_FORM a, APPS.FND_FORM_TL b WHERE a.form_id = b.form_id AND a.form_name I
2014-02-24 10:50:18
985
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人