# /etc/profileexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/ts# /usr/lib/ts is where the "input.so" located
分类:
其他好文 时间:
2015-01-02 10:59:12
阅读次数:
244
PHP生成 excl、word文件$time = time();$filename = date("Y年m月d日h点m分s秒", $time).'问卷数据';$rows = Sp_Looks_Vote::downvote();$file = $filename.".csv";header('Cont...
分类:
Web程序 时间:
2015-01-01 17:21:56
阅读次数:
194
Parse error: syntax error 指的是语法错误,比如>没对齐啦,少?啦,什么的。帝国备份王的一个错误还可能的一个原因是wamp 没有开启短标签支持,导致php不认识这些标签,解决方法如下:1.先使用phpinfo.php文件打印出信息2.找到Loaded Configuratio...
分类:
Web程序 时间:
2014-12-31 15:50:21
阅读次数:
185
题目:Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.For example,Given the following matrix:[ [ ...
分类:
其他好文 时间:
2014-12-31 14:20:38
阅读次数:
159
curWorkRowNum = 0; int percent = 0; int persont = Convert.ToInt16(soureFileRowNum * 0.01); foreach (DataRow row in dtImport.Rows) { if (curWorkRowNum....
分类:
其他好文 时间:
2014-12-29 13:26:50
阅读次数:
182
---恢复内容开始---1. exp/imp1)用户备份模式(逻辑备份)exp user/pwd@SID owner:user rows=y compress=n buffer=65536 feedback=100000 volsize=0 file=user.dmp log=user.log ;e...
分类:
数据库 时间:
2014-12-28 19:27:13
阅读次数:
340
先给出返回的json数据。{ "total": "2", "rows": [ { "id": "1", "name": "张富银", "xiuhao": "2014009012", "e...
分类:
Web程序 时间:
2014-12-28 18:08:30
阅读次数:
281
一、的用法 内嵌网页,在一个网页中添加一个网页可以在括号里面添加 width height scrolling="no"(是否有滚动条) framborder="0"(是否有边框) 可以代替,完全被另一个网页代替,类似于一个表格 一个frame就是一个单元格可以在括号里面添加各种用法:rows="1...
分类:
其他好文 时间:
2014-12-28 18:04:01
阅读次数:
100
http://bbs.csdn.net/topics/390814472打印的日志如下:(notloaded)解决办法:还原模拟器就ok了,操作步骤:iOSSimulator>ResetContentandSettings...再运行就OK了
分类:
移动开发 时间:
2014-12-27 16:07:38
阅读次数:
165
Timer控件/ System.Timers.Timer 不能用于WPF中。在WPF中,定时器为 DispatcherTimer。使用方法如下:privateDispatcherTimertimer;publicWindow1(){InitializeComponent();Loaded+=newR...