SELECT * FROM (SELECT * FROM T_Life_Message z WHERE z.message_id NOT IN(SELECT u.message_id FROM T_Life_UMessage u WHERE u.account='18922234293' AND ....
分类:
其他好文 时间:
2014-12-21 15:07:01
阅读次数:
142
不废话,下代码。replace into T_Life_UMessage(message_id,account,isread,isdelete)values(?,?,1,1) 意思是若不存在则插入要输入的信息,存在则更新,比如isdelete一开始是0,存在要删除时我就改为1前提:在这个表要建立唯....
分类:
数据库 时间:
2014-12-20 12:54:43
阅读次数:
164
http://www.cnblogs.com/taotaodetuer/p/4171327.html string jsonStr = "{\"data\": {\"ssoToken\": \"70abd3d8a6654ff189c482fc4842468c\",\"account\":\"admi...
分类:
Web程序 时间:
2014-12-19 09:17:52
阅读次数:
161
代码实现Layout android:layout_alignParentRight例如:android:id="@+id/account_option" android:layout_width="20px"android:layout_height="20px" android:focusabl...
分类:
移动开发 时间:
2014-12-18 16:47:28
阅读次数:
218
outlook是公司必不可少的软件, 在mac下开发,当然用的是mac版的outlook,今天介绍一下如何设置mac下outlook的自动回复。有两种方式的帐号,一种是Exchange account,一种是pop/imap account.首先说exchange account1.打开mac下的o...
分类:
系统相关 时间:
2014-12-18 16:22:30
阅读次数:
360
1 string jsonStr = "{\"data\": {\"ssoToken\": \"70abd3d8a6654ff189c482fc4842468c\",\"account\":\"admin\",\"userType\":\"platformAdmin\",\"realName\": ...
分类:
Web程序 时间:
2014-12-18 13:11:25
阅读次数:
156
@ViewBag.Title @Ajax.ActionLink("登录系统", "Logon", "Account", null, new AjaxOptions()...
分类:
Web程序 时间:
2014-12-17 09:47:07
阅读次数:
228
现在仔细写个上传应用的过程,希望可以帮助到有需要得人上传应用第一步:去到苹果开发者中心https://developer.apple.com/account/ios/certificate/certificateList.action?type=developmenta按照图片里的标示一步步来先去给...
分类:
移动开发 时间:
2014-12-16 13:15:56
阅读次数:
238
account.cleanup.interval
清除用户账户所需要等待的时间(秒);类型:整数;默认86400
agent.lb.enabled false If agent load balancing enabled in cluster setup
agent.load.threshold 0.7 Percentage (as a value between...
分类:
其他好文 时间:
2014-12-15 17:18:18
阅读次数:
499
原子性 事务是一个完整的操作。事务的各步操作是不可分的(原子的);要么都执行,要么都不执行。 -- 创建表
create table account_money
( id number(4) not null, name varchar2(4) not null, money number(5,2)...
分类:
数据库 时间:
2014-12-13 21:43:12
阅读次数:
233