c语言的线性表,还没有完善 1 #include 2 #define MAXSIZE 100
//初始空间分配量 3 #define OK 1 4 #define ERROR 0 5 #define TRUE 1 6 #define FALSE 1 7
typedef int ElemTyp...
分类:
编程语言 时间:
2014-05-26 00:26:39
阅读次数:
339
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal
Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:
其他好文 时间:
2014-05-25 23:41:23
阅读次数:
411
Problem Description
Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill.
Teacher HU and his 40 students wil...
分类:
其他好文 时间:
2014-05-25 18:19:44
阅读次数:
306
当我们弹出一个Dialog时候,如果这个Dialog需要输入数据,然后确定后又需要关闭输入法,一般系统的hide,跟show方法总会有各种问题,最霸道的解决方法就是写一个定时器,定时弹出或者关闭输入法。
import java.util.Timer;
import java.util.TimerTask;
import android.content.Context;
import an...
分类:
移动开发 时间:
2014-05-25 16:46:04
阅读次数:
306
首先是show.tpl文件的内容,该文件放置在templates文件夹下
smarty的用例
smarty的用例
*****取字符串*****
*****取整数*****
*****取小数*****
*****取布尔值*****
*****取索引数组*****
数组元素一->
数组元素二->
数组元素三->
*****取关联数组*****
数组元素一->
数组元素二->
数组...
分类:
其他好文 时间:
2014-05-25 16:38:50
阅读次数:
232
执行SELECT dbms_sqltune.report_tuning_task(:tuning_task) FROM dual; 报错信息如下:
ORA-00600: internal error code, arguments: [kesqsMakeBindValue:obj], [], [],
[], [], [], [], []
ORA-06512: at "SYS.PRVT_...
分类:
数据库 时间:
2014-05-25 16:22:29
阅读次数:
506
loadHeadersFromResource(R.xml.settings_headers, headers);
error: xml cannot be resolved or is not a field, but res/xml/settings_headers.xml exists.
Every xml file will have its own ID in R.java,...
分类:
其他好文 时间:
2014-05-25 16:19:23
阅读次数:
206
Problem Description
Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill.
Teacher HU and his 40 students wil...
分类:
其他好文 时间:
2014-05-25 10:02:35
阅读次数:
309
昨天同事在做主从时,从库报如下错误:Got fatal error 1236 from master when reading data from binary log: 'Misconfigured master - server id was not set'粗粗看好像是master的server-id没有设置,但同事做如下查询:备库采集:
root@localhost Fri May 23 ...
分类:
数据库 时间:
2014-05-25 09:57:24
阅读次数:
330
ADB启不来,报"The connection to adb is down, and a severe error has occured" 检查任务管理器,也没看到adb.exe. 尝试手工启动.
C:\Ndk\adt-bundle-window\sdk\platform-tools>adb kill-server
* server not running *
C:\Ndk\adt-...
分类:
数据库 时间:
2014-05-25 07:32:54
阅读次数:
310