码迷,mamicode.com
首页 >  
搜索关键字:set uid    ( 62275个结果
C# get set方法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace GetSetTest{ class A { ...
分类:其他好文   时间:2014-05-10 07:39:24    阅读次数:220
[MongoDB] 机器换IP之后的设置
组里用的几台机器换了网段,MongoDB需要做重新配置。查看Replica Set的状态如下:rs.status(){ "startupStatus" : 1, "ok" : 0, "errmsg" : "loading local.system.repls...
分类:数据库   时间:2014-05-10 06:26:06    阅读次数:693
[转]Oracle10g数据库自动诊断监视工具(ADDM)使用指南
第一章 ADDM简介 在Oracle9i及之前,DBA们已经拥有了很多很好用的性能分析工具,比如,tkprof、sql_trace、statspack、set event 10046&10053等等。这些工具能够帮助DBA很快的定位性能问题。但这些工具都只给出一些统计数据,然后再由DB...
分类:数据库   时间:2014-05-10 06:14:14    阅读次数:520
对数据库中时间为空的处理和数据转换成百分数
public System.DateTime LatestEditedTime { get; set; } public string LatestEditedTimeValue { get { ...
分类:数据库   时间:2014-05-10 06:13:39    阅读次数:365
案例:如何实现网上考试?
下面就是满足你设想的几个主程序,你还可以在实际应用中不断完善和扩充: login.asp  ' 考生验证    name=trim(request("name"))  passwd=trim(request("passwd"))  if name"" then  ' 检查考生是否输入用户名和密码  Set conn = Server.CreateObject("ADODB.Co...
分类:其他好文   时间:2014-05-10 04:25:30    阅读次数:276
一个SQL update语句
需要每隔一段时间选取最老的商户更新时间戳:  update DP_Shop set DP_Shop.LastDate = now() where DP_Shop.ShopId in (select ShopId from DP_Shop order by LastDate limit 5);  ERROR 1235 (42000): This version of MySQL doesn't ...
分类:数据库   时间:2014-05-10 04:22:58    阅读次数:423
ajxssan
">
分类:其他好文   时间:2014-05-10 03:23:14    阅读次数:213
hdu 1325 Is It A Tree?
Problem DescriptionA tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by dire...
分类:其他好文   时间:2014-05-10 03:18:52    阅读次数:374
2014-05-09 总结
1、mysql_insert_id(): 重新插入一段数据,获取它的ID $id = mysql_insert_id();2、修改数据信息:UPDATE UPDATE `topic` SET `rootid`=$id WHERE id=$id;3、ajax效果: 一个text输入框,在里面输入一个值...
分类:其他好文   时间:2014-05-10 03:08:54    阅读次数:308
poj1988
#includeusing namespace std;const int maxn = 30000+100;int F[maxn], D[maxn], S[maxn];void set(int n){ for(int i =0 ;i >P; char c; int a, b; while(P--)...
分类:其他好文   时间:2014-05-10 02:56:28    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!