IFNOTEXISTS(SELECT*FROM[dbo].[T_OMS_Distributor]WHEREId=-1)BEGINSETIDENTITY_INSERT[dbo].[T_OMS_Distributor]ONINSERT[dbo].[T_OMS_Distributor]([Id],[Own...
分类:
其他好文 时间:
2014-05-26 07:14:19
阅读次数:
265
SQL Server 得到SPID,唯一的sessionID
用来查看哪些sessionID正在执行什么操作...
分类:
数据库 时间:
2014-05-24 22:14:13
阅读次数:
403
一、常见操作
1、复制表结构create table t2 like t1
复制表数据insert into t2 select * from t1
2、mysql索引
alter table用来创建普通索引、unique索引或primary key索引
alter table t add index index_name(column_list)
al...
分类:
数据库 时间:
2014-05-24 14:43:02
阅读次数:
363
quoted from
http://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg
分类:
其他好文 时间:
2014-05-24 12:44:54
阅读次数:
278
Quick Referenceinsmodmodprobermmod User-space
utilities that load modules into the running kernels and remove them.#include
module_init(init_function)...
分类:
其他好文 时间:
2014-05-24 12:05:39
阅读次数:
286
AutoScript 项目结构如下图---AutoScript.java
为程序入口---com.autoscript.object 同步 as3 和 java 的数据类---com.autoscript.database 同步
as3、java 和 mysql 的建表语句---com.autosc...
分类:
数据库 时间:
2014-05-24 10:43:04
阅读次数:
280
Command to launch genymotion headless -player
--vm-name Nexus_4if player is not already added to path, add it to path using
below command in your ~/.b...
分类:
其他好文 时间:
2014-05-24 10:13:35
阅读次数:
320
DNS服务器4013警告信息的解决DNS 服务器 4013警告信息:DNS 服务器正在等待
Active Directory 域服务(AD DS)发出该目录的初始同步已完成的信号。在初始同步完成之前,DNS 服务器服务无法启动,因为可能尚未将重要的
DNS 数据复制到该域控制器上。如果 AD DS ...
分类:
其他好文 时间:
2014-05-24 09:37:02
阅读次数:
271
【 学习交流】首先 rec下必须
挂载所有分区转载适配过MTK和展迅CPU的patchrom的人就知道,无论是MIUI还是乐蛙还是百度云,在运行完指令tools/releasetools/ota_target_from_phone
-r 之后,往往会又卡死的现象。久久没看到动。即使后面弄完了,发现b...
分类:
其他好文 时间:
2014-05-24 09:36:21
阅读次数:
281
问题场景:在app首次启动使用到db的时候,后台提示如下错误信息java.lang.IllegalStateException: getDatabase
called recursively at android.database.sqlite.SQLiteOpenHelper.getDatabas...
分类:
移动开发 时间:
2014-05-24 09:34:04
阅读次数:
1596