04 2013 档案
摘要:1 struct bus_type { 2 char * name; 3 4 struct subsystem subsys; 5 struct kset drivers; 6 struct kset devices; 7 8 struct bus_attribute * bus_attrs; 9 struct device_attribute * dev_attrs;10 struct driver_attribute * drv_attrs;11 12 int (...
阅读全文
摘要:1 #include <stdlib.h> 2 #include <stdio.h> 3 #include <sys/stat.h> 4 #include <sys/types.h> 5 #include <unistd.h> 6 #include <fcntl.h> 7 /* 8 * === FUNCTION ====================================================================== 9 * Name: main10 * Description: 11 .
阅读全文
摘要:$ cd /usr/src$ wget http://www.vim.org/scripts/download_script.php?src_id=9679$ mkdir ~/.vim$ cd ~/.vim$ unzip /usr/src/cvim.zip$ vim ~/.vimrcfiletype plugin on$ vim ~/.vim/c-support/templates/Templates|AUTHOR| = geekstuff|AUTHORREF| = gk|EMAIL| = subscribe@geekstuff|COMPANY| = thegeekstuff...
阅读全文
摘要:工作用的web系统,长时间不操作就会cookie会过期,每次看是否有新单的时候,都要登录系统,烦死了用curl写个脚本,5分钟扫描一次,看看有木有单,哈哈新建一个cookie.txt文件 先登录系统,找到cookie,把名字和响应的值写上内容# Netscape HTTP Cookie File# http://curlm.haxx.se/rfc/cookie_spec.html# This file was generated by libcurl! Edit at your own risk.www.baidu.com FALSE / FALSE 0 PHPS...
阅读全文
浙公网安备 33010602011771号