码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
mysql:You can't specify target table 'bpm_tksign_data' for update in FROM clause
UPDATE bpm_tksign_data SET iscompleted = 1 WHERE actinstid = '10000002433415' AND nodeid = 'SignTask1' AND iscompleted = 0 AND batch = ( SELECT max(a.
分类:数据库   时间:2016-03-08 13:29:09    阅读次数:232
ubuntu查看安装的cuda toolkit自带的工具及其他安装文件
原创作品,转载请注明来源:http://www.cnblogs.com/shrimp-can/p/5253672.html 1.查看工具 默认目录为:local,进入local:cd /usr/local 输入命令:ls,查看该目录下的文件,可以看到安装的cuda在此处 进入cuda文件:cd cu
分类:系统相关   时间:2016-03-08 13:25:16    阅读次数:243
on a date:The Vampire Diaries
1.I just have to say it once, you just need to hear it.2.I love you , Elena.. and it's because I love you that..I can't be selfish with you.3.Why you
分类:其他好文   时间:2016-03-08 00:26:30    阅读次数:124
SPRING IN ACTION 第4版笔记-第九章Securing web applications-004-对密码加密passwordEncoder
一、 1.Focusing on the authentication query, you can see that user passwords are expected to be stored in the database. The only problem with that is th
分类:移动开发   时间:2016-03-07 13:52:23    阅读次数:171
软件测试(二)之 Failure, Error & Fault
知识回顾 软件测试中的错误主要分为三种:Failure, Error 和 Fault。 下面就分析一下它们的不同: Fault的定义:可能导致系统或功能失效的异常条件(Abnormal condition that can cause an element or an item to fail.),
分类:其他好文   时间:2016-03-07 12:00:55    阅读次数:146
Debian/Ubuntu下关于编译环境 make cmake 等的安装
提示找不到make命令: The program 'make' is currently not installed. You can install it by typing: apt-get install make 我尝试apt-get install make进行安装,可是提示: Readi
分类:系统相关   时间:2016-03-07 11:59:25    阅读次数:283
lintcode-easy-Space Replacement
Write a method to replace all spaces in a string with%20. The string is given in a characters array, you can assume it has enough space for replacemen
分类:其他好文   时间:2016-03-07 07:49:46    阅读次数:194
Verilog(二) register and net
1 register = storage keyword reg; default x; variable that can hold value 2 net = connection keyword wire; default z; be driven continuously 例 1) D fl
分类:Web程序   时间:2016-03-07 06:44:17    阅读次数:198
Can't connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘ (2)解决思路
首先说明一下mysql.sock文件的作用:连接mysql有两种方式,第一种是TCP/IP,第二种就是直接使用unixdomainsocket,它比TCP/IP块。mysql.sock是在mysql-server和client在同一服务器上时,发起本地连接时可用,而无需定义-h参数指定具体的IP。mysql.sock是随每次mysqlserver启动..
分类:数据库   时间:2016-03-06 23:46:05    阅读次数:286
43. Multiply Strings 字符串表示的大数乘法
Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-neg
分类:其他好文   时间:2016-03-06 12:35:26    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!