mcu core顶层:omsp430.v // // // *File Name: openMSP430.v // // *Module Description: // openMSP430 Top level file // // *Author(s): // - Olivier Girard, ...
分类:
其他好文 时间:
2017-06-16 17:40:29
阅读次数:
270
目录 一. 时间模块 二. random模块 三. os和sys模块 四. shutil模块 五. pickle模块 六. shelve模块 七. xml模块(格式文件操作) 八. hashlib模块 九. subprocess模块 十. configparser模块 十一. 软件开发规范 十二. ...
分类:
编程语言 时间:
2017-06-08 01:28:27
阅读次数:
266
今天远程使用sqlplus登陆, 尝试直接将spfile备份到本地 sqlplus user/pass@tnsname as sysdbacreate pfile='F:\backup\init20170602backup.ora' from memory;本以为会保存到本地,实际上还是保存到连接O ...
分类:
其他好文 时间:
2017-06-02 20:26:12
阅读次数:
181
转自:http://www.cnblogs.com/callwangxiang/archive/2011/08/04/JavaDirectoryWatcherFileWatcher.html 转自:http://www.cnblogs.com/callwangxiang/archive/2011/0 ...
分类:
编程语言 时间:
2017-06-02 14:48:48
阅读次数:
322
1.MySQL用户的权限(mysql.user里可以查看),file_priv,可以对系统文件进行读写,当然这个文件要是当前的系统用户有读写权限的。 2.Load_file()函数,读取文件内容 3.Into outfile(导出字符类型的文件,如文本文件)或into dumpfile(可以导出二进 ...
分类:
数据库 时间:
2017-05-30 17:44:12
阅读次数:
272
1、概念-将数据以二进制流的方式依次写入到文件或者从文件中读取的过程 2、相关类 CArchive类 -完成具体的数据读写(可代替CFile类的Read/Write函数) CArchive( CFile* pFile, UINT nMode, int nBufSize = 4096, void* l ...
分类:
其他好文 时间:
2017-05-29 19:52:51
阅读次数:
210
1 让ORACLE自己主动从spfile启动 SQL> create spfile='/dev/vx/rdsk/vgora/lv_spfile' from pfile; SQL> shutdown immediate; 改动initora11g.ora文件 /oracle/app/product/1 ...
分类:
其他好文 时间:
2017-05-29 12:52:26
阅读次数:
143
生成密码的方式类似与时钟,末尾遍历完了第k位所有的字符,就让第k位的前一位到下一位字符,第k位回到第0个字符。 对python还不太熟悉,效率比较低,但是能破解简单的密码。 ...
分类:
其他好文 时间:
2017-05-27 22:31:42
阅读次数:
251
$path='路径';//写入路径 $file=include $path; $res = array_merge($file, array('key'=>$rolling)); $str = ' $value){ // '\'' 单引号转义 ... ...
分类:
编程语言 时间:
2017-05-25 14:43:06
阅读次数:
176
Bugzilla不能上传附件 环境:win7、Bugzilla 错误提示:CGI.pm open of tmpfile \\CGItemp5760/QQ.png failed: No such file or directory ; 一种解决方法:在C盘创建一个目录temp;找到CGI.pm文件,路 ...
分类:
Web程序 时间:
2017-05-24 17:06:00
阅读次数:
239