客户端代码: //发出的数据类型为int类型 ItemID为用户对应的ID ResMessage resMessage = tcpConnnection.SendReceiveObject("ReqResetPsw", "ResResetPsw", 5000, itemID)...
分类:
其他好文 时间:
2015-02-08 15:18:51
阅读次数:
234
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4156题目拷贝难度大我就不复制了。题目大意:维护一个字符串,要求支持插入、删除操作...
分类:
其他好文 时间:
2015-02-03 00:29:14
阅读次数:
283
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3252
题目描述:有一些文件需要打印机打印,每个人物有不同的优先级(1-9),打印机的运作方式为:首先从打印队列里取出一个任务J,如果队列里有比J更急的任务,则直接把任务放到打印队列的尾部,否则打...
分类:
其他好文 时间:
2015-01-30 22:50:42
阅读次数:
172
题目链接:http://http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4470
题目描述:给出平面上N(N
则左边的图形有对称轴,右边没有。
思路:如点集存在对称轴,则对称轴为点集x坐标和的平均。然后用set存储每个点(输入点不同),...
分类:
其他好文 时间:
2015-01-30 09:13:38
阅读次数:
148
今天用PHP开发Android网络数据接口的时候,发现Thinkphp的I函数(php的$_POST)并不能获取到androidpost过来的数据Android代码如下: 1 Map map = new HashMap(); 2 map.put("itemid",this....
分类:
移动开发 时间:
2015-01-29 19:07:05
阅读次数:
190
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1136#include#include#include#include#includeusi...
分类:
其他好文 时间:
2015-01-29 12:32:16
阅读次数:
105
LINQ 左右连接:DefaultIfEmpty()incomeList = (from p in db.Incomes join m in db.Items on p.ItemID ...
分类:
其他好文 时间:
2015-01-22 19:50:12
阅读次数:
126
QTP工具下载地址:http://h30302.www3.hp.com/prdownloads/T6510-15063.zip?ordernumber=380454070&itemid=1&downloadid=33606114&merchantId=HP_DOWNLOAD_CENTER&dlm=O...
分类:
其他好文 时间:
2015-01-20 21:51:56
阅读次数:
186
如何下载Flash文件:http://space.flash8.net/space/?uid-817877-action-viewspace-itemid-429705如何在网页中嵌入flash:http://www.yesky.com/26/26526.shtml
分类:
Web程序 时间:
2015-01-17 15:08:36
阅读次数:
165
1、查询 itemList表.SELECT * FROM dbo.itemList如图: itemList 共有 28条数据现在我要实现,从excel数据导入itemList这个表,要求 itemId 里面的值 符合P*********格式,并且...
分类:
数据库 时间:
2015-01-15 17:40:47
阅读次数:
199