\drupal-6.22\.htaccess
\drupal-6.22\changelog.txt
\drupal-6.22\cron.php
\drupal-6.22\index.php
\drupal-6.22\install.mysql.txt
\drupal-6.22\install.pgsql.txt
\drupal-6.22\install.php
import os,glob
path=r'd:\drupal'
lst=
for i in os.walk(path):
lst=list(set(lst))
for i in lst:
for l in glob.glob(i+'\\*.*'):
if l.endswith('php') or l.endswith('inc'):
print(l[9:],file=open('yk.txt','a'))
寫了乙個新浪部落格的爬蟲
語言 c 用到的第三方庫 軟體介面 由於原理非常簡單,花了乙個小時寫了一下,直接上 using system using system.io using system.net using system.text using system.text.regularexpressions using s...
寫了乙個八皇后解法
先用最笨的窮舉法求解,有空再研究更好的解法 coding gb2312 size 8 棋盤大小 empty o 空位 queen x 皇后 檢視棋盤的資訊 defshow board cols fori inrange 1,size 1 for j in range 1,size 1 if j co...
寫了乙個八皇后解法
先用最笨的窮舉法求解,有空再研究更好的解法 coding gb2312 size 8 棋盤大小 empty o 空位 queen x 皇后 檢視棋盤的資訊 defshow board cols fori inrange 1,size 1 for j in range 1,size 1 if j co...