In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:
其他好文 时间:
2014-07-24 23:15:23
阅读次数:
280
On CRM opportunity form view, i added readonly="1" for probability field. When i saved, whatever the value of my probability, it's stored with NULL va...
分类:
其他好文 时间:
2014-07-24 22:02:32
阅读次数:
233
#ifndef MY_FRAME__HH__#define MY_FRAME__HH__#include struct IDirect3D9; struct IDirect3DDevice9; class QD3DWidget : public QWidget { Q_OBJECT pub...
分类:
其他好文 时间:
2014-07-24 21:53:12
阅读次数:
228
查看接口信息 ifconfig (-a 所有 / eth0 查看特定网卡)lo接口:环回接口,操作系统自带打开关闭相应网卡接口 ifup ifdown (ifup eth0)setup命令配置 (基于命令行的文本界面),想windows配置一样,填空 (redhat only? my ubunt.....
分类:
系统相关 时间:
2014-07-24 21:35:02
阅读次数:
288
mysql bin-log 日志清理发现mysql数据库目录中bin-log中日志文件非常大[root@localhost var]# du -sh mysql-bin* | sort1020K mysql-bin.0000021.1G mysql-bin.0000211.1M my...
分类:
数据库 时间:
2014-07-24 17:24:35
阅读次数:
394
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:
Web程序 时间:
2014-07-24 17:17:55
阅读次数:
207
如何利用快捷键输出固定的代码,例如输入sysout,然后马上出现System.out.println(); 1:window—>preferences—>java—>editor—>templates,在templates中可以设置各种快捷键 2:window—>preferences—>在type...
分类:
系统相关 时间:
2014-07-24 17:10:35
阅读次数:
270
my code:#include #include #includeusing namespace std;int find(int num,int A []){while(num!=A[num])//{ num = A[num];return num;}//bool follow(int a...
分类:
其他好文 时间:
2014-07-24 12:16:25
阅读次数:
175
# 使用LWP模块的get函数获取网页内容。use LWP::Simple;my $doc=get("http://www.csdn.net");# 获取网页内容后可以对内容进行提取或者其它处理# 将网页内容打印出来print $doc;# 使用post函数向web服务器提交请求。use LWP::...
分类:
Web程序 时间:
2014-07-24 05:08:28
阅读次数:
237
也是自己之前学习的笔记。读文件file_obj2=open('hello.txt','w')conta='my name is Bb'file_obj2.write(conta)v=file_obj2.readlines()print v输出不唯一数1 (这是一个国外Python练习网站上的题...
分类:
编程语言 时间:
2014-07-23 22:21:17
阅读次数:
497