码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
U盘 制作 win 7 64bit 旗舰版 安装盘
使用软碟通试用版的即可打开iso文件-》写入磁盘映像-》选择要做的U盘-》done这个过程非常简单百度里有很多网站都是这个方法要制作U盘还有个工具叫做Windows7-USB-DVD-tool这个可以制作win7win2012server的安装盘我已经用过了安装上就可以用
分类:Windows程序   时间:2014-07-22 18:26:11    阅读次数:260
mysql大量锁表,不重启的情况下处理办法
mysql-uroot-e"showprocesslist"|grep-i"Locked">>locklist.txt; forlineinawk‘{print$1}‘locklist.txt do echo"kill$line;">>lock_kill.sql done查看mysql数据库表大小#!/bin/bash database=cms user=root password=‘123456‘ mysql-u${user}-p${password}-e"use$d..
分类:数据库   时间:2014-07-22 18:15:42    阅读次数:334
IOS开发经验分享
一些IOS开发的心得:1) [Multiple Threads] IOS多线程注意, 所有的UI操作都必须在主线程上:Any code that will update the UI should be done on the main thread. Data loading should typ...
分类:移动开发   时间:2014-07-21 23:31:02    阅读次数:403
POJ 1631 Bridging signals
Bridging signals Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 10348   Accepted: 5667 Description 'Oh no, they've done it again', cries the chief designe...
分类:其他好文   时间:2014-07-19 11:36:54    阅读次数:241
Bison executable not found in PATH by mysql install
[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql  -DMYSQL_DATADIR=/data/mysql  -DSYSCONFDIR=/etc -- Check size of pthread_t -- Check size of pthread_t - done -- Perf...
分类:数据库   时间:2014-07-18 23:04:23    阅读次数:287
android HttpClient 附带的参数
Sending images can be done using theHttpComponents libraries. Download the latest HttpClient (currently4.0.1) binary with dependencies package and co....
分类:移动开发   时间:2014-07-18 19:17:57    阅读次数:227
LeetCode "Search Insert Position"
A simple 1D searching problem. Binary search of course.But.. STL has already done it for you:class Solution {public: int searchInsert(int A[], int ...
分类:其他好文   时间:2014-07-18 18:35:41    阅读次数:205
webMethods-Developer/Designer中try-catch与SQL中事务的实现
TryCatch的结构为三个Sequence:-Main(exit on:Success) +try(exit on:Failure) +catch(exit on:Done)*以上做法是以前webMethods对于数据库操作的实现,现在有了JDBC Adapter之后,数据库操作变得简单灵活,因而...
分类:数据库   时间:2014-07-18 14:22:24    阅读次数:293
linux学习之路之while循环的特殊用法、continue及break的用法
在之前的学习中,我们了解到的while循环形如:whileexpression;dostatement...done这种语法结构的循环只要expression符合条件将执行循环体中的statement,否则就会推出循环。接下来将介绍两种特殊while循环while循环特性语法一while:;do循环体done这种循环没有expression,也..
分类:系统相关   时间:2014-07-18 13:18:05    阅读次数:290
shell编程(十四)--- until循环
until循环语法格式:untilCONDITION do statement done 说明: until进入循环的条件是:condition不成立时,就执行循环。 until进入循环的条件正好和while相反,while进入循环的条件是:condition成立时,就进入循环。示例1:while循环[root@Server3Learn]#catwhile.sh #!/bin/b..
分类:其他好文   时间:2014-07-18 13:12:34    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!