==========================================xml文件<?xml version=”1.0″ encoding=”GB2312″?><RESULT><VALUE><NO>A1234</NO><ADDR>四川省XX县XX镇XX路X段XX号</ADDR></VAL...
分类:
其他好文 时间:
2014-07-09 00:18:31
阅读次数:
441
1、远程查询进程: tasklist [/S system [/U username [/P [password]]]] [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH] 如:tasklist /S domain /U d...
//输入数字的汉语拼音,每个拼音的首字母大写。输出该数字的阿拉伯数字。//JiuBaiJiuShiJiu -> 999#include#includeint result = 0;void add(int n,char wei[]){ if(strcmp(wei,"Wan") == 0) ...
分类:
其他好文 时间:
2014-07-08 22:55:14
阅读次数:
387
Git 的BUG小结
Git 在push的时候出现了:
fatal: The remote end hung up unexpectedly
在网上找了很多 发现出现了以下错误提示也可能是相同的问题:
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everythi...
分类:
其他好文 时间:
2014-07-08 21:10:53
阅读次数:
180
it is much easier to get the same result through PHP because the PHP language offers some global constant variables and built-in functions....
分类:
Web程序 时间:
2014-07-08 12:48:07
阅读次数:
196
//举例查询(userid,name,sex为user表的数据库字段)publicfunctiontesta(){$this->load->database();$query=$this->db->query(‘SELECT*FROMuser‘);foreach($query->result()as$row){echo$row->userid;echo$row->name;echo$row->sex;}}//举例插入(use..
分类:
数据库 时间:
2014-07-08 08:41:54
阅读次数:
273
单分支if语句if判断条件;then
statement1
statement2
fi双分支if语句if判断条件;then
statement1
statement2
……
else
statement3
statement4
……
fi多分支if语句if判断条件1;then
statement1
statement2
……
elif判断条件2;then
statement3
statement4
……
elif判断条件3;..
分类:
其他好文 时间:
2014-07-08 08:30:58
阅读次数:
166
2014-07-05 17:11:20.594 SevenStars[2185:60b] nested push animation can result in corrupted navigation bar
2014-07-05 17:11:21.005 SevenStars[2185:60b] Finishing up a navigation transition in an unexp...
分类:
其他好文 时间:
2014-07-06 12:31:20
阅读次数:
198
Structs2 Result学习笔记(一)简单介绍
问题一
/r1.jsp
/r2.jsp
r1
r2
dispatcher - forward运用服务器跳转...
分类:
Web程序 时间:
2014-07-06 10:54:13
阅读次数:
177
Result学习笔记(二) - 动态结果集
动态结果 一定不要忘了为动态结果的保存值设置set get方法
第一部分:代码
//前端
Insert title here
返回success
返回error
//web.xml
${r}
/...
分类:
Web程序 时间:
2014-07-06 09:29:19
阅读次数:
243