问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:
其他好文 时间:
2014-07-22 22:54:54
阅读次数:
591
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:
其他好文 时间:
2014-07-19 21:20:46
阅读次数:
247
一超链接的四种样式a:link {color: #FF0000} /* 未访问的链接 */a:visited {color: #00FF00} /* 已访问的链接 */a:hover {color: #FF00FF} /* 鼠标移动到链接上 */a:active {color: #0000FF} /...
分类:
Web程序 时间:
2014-07-18 23:27:51
阅读次数:
435
网页中调用条码打印机 bartender软件...
分类:
其他好文 时间:
2014-07-18 22:25:36
阅读次数:
386
C#、ASP.NET获取当前应用程序的绝对路径,获取程序工作路径============================================使用 Application.StartupPath至于System.IO.Directory.GetCurrentDirectory不行,因为应用...
分类:
Web程序 时间:
2014-07-18 19:30:04
阅读次数:
374
最精简的 if 命令的语法是: if TEST-COMMANDS; then CONSEQUENT-COMMANDS; fiTEST-COMMAND 执行后且它的返回状态是0,那么 CONSEQUENT-COMMANDS 就执行。返回状态是最后一个命令的退出状态,或者当没有条件是真的话为0。 TES...
分类:
系统相关 时间:
2014-07-18 17:12:01
阅读次数:
353
今天参考下载下来的文档进行myeclipse10.0的破解,发现破解说明不全,害死人。30分钟的时间在错误的路上反反复复。终于走上正道:第一步要双击破解文件中的run.bat(注意破解文件要自己下载,电脑里要已经存在jdk的环境)2.在打开的页面输入信息3.点击active.下面会生成相应的破解秘钥...
分类:
系统相关 时间:
2014-07-17 13:32:02
阅读次数:
349
Searching
To open the search panel for the active file, press
Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard:
Toggle Regular Expression...
分类:
其他好文 时间:
2014-07-16 16:32:20
阅读次数:
187
在分析安卓源码过程中看到几处使用变长结构体的例子,比如下面的结构体:
struct command
{
/* list of commands in an action */
struct listnode clist;
int (*func)(int nargs, char **args);
int nargs;
char *args[1];
...
分类:
其他好文 时间:
2014-07-16 16:16:29
阅读次数:
381
sudoapt-getinstalltftpd-hpa
sudovim/etc/default/tftpd-hpa
TFTP_USERNAME=tftp
TFTP_ADDRESS=0.0.0.0:69″
TFTP_DIRECTORY=/home/qihua/workspace/winect/bin/winect/bin
TFTP_OPTIONS=-l-c-s
分类:
其他好文 时间:
2014-07-16 13:16:13
阅读次数:
227