首页 > 2016年01月12日 > 全部分享
mysql rename 大表瞬间完成
mysql中对大表进行rename的操作,一闪而过,rename命令会直接修改底层的.frm文件。
分类:数据库技术   时间:2016-01-12 15:41:10    收藏:0  评论:0  赞:0  阅读:1045
一个简单的中奖抽奖小程序
<!DOCTYPEhtml> <html> <head> <title></title> <scripttype="text/javascript"src="jquery.js"></script> <styletype="text/css"> #zhongjiang{ width:100px; height:100px; background:red; } </styl..
分类:其他   时间:2016-01-12 15:41:00    收藏:0  评论:0  赞:0  阅读:244
screen源码编译安装
#wgetftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz#tar-xvfscreen-4.0.3.tar.gz#cdscreen-4.0.3#./configure#make#makeinstall#install-m644etc/etcscreenrc/etc/screenrc#cp./screen/binscreen命令:screen:打开一个新的screen隐藏:ctrl+a,d重新打开隐藏的screen..
分类:其他   时间:2016-01-12 15:40:30    收藏:0  评论:0  赞:0  阅读:219
Python -- list 类
Pythonlist类常用方法classlist(object):defappend(self,p_object):#向列表中添加元素; >>>name_list [‘shuoming‘,‘python‘,‘search‘] >>>name_list.append("python") >>>name_list [‘shuoming‘,‘python‘,‘search‘,‘python‘]defclear(se..
分类:编程语言   时间:2016-01-12 15:40:20    收藏:0  评论:0  赞:0  阅读:261
grep,sed,awk
grep,sed与awk相当有用!gerp查找,sed编辑,awk根据内容分析并处理.awk(关键字:分析&处理)一行一行的分析处理awk‘条件类型1{动作1}条件类型2{动作2}‘filename,awk也可以读取来自前一个指令的standardinput相对于sed常常用于一整行处理,awk则比较倾向于一行当中分成数个"字段"..
分类:其他   时间:2016-01-12 15:40:10    收藏:0  评论:0  赞:0  阅读:292
jQuery Validation Plugin使用过程中需要注意的地方
1、是针对Form表单的校验,也就是说一定要是form对象才能调用validate方法2、默认情况下,表单提交的时候才会触发校验,比如:$("form").submit()或者点提交按钮type=submit。为了改变触发校验方式,可以调用Validator对象的form()方法来手动触发校验。3、调用Validator的valid..
分类:Web开发   时间:2016-01-12 15:40:00    收藏:0  评论:0  赞:0  阅读:246
88、交换机安全欺骗攻击配置实验之DHCP Snooping
1、DHCPSnooping解析开启DHCPSnooping后,默认所有的端口都为untrusted接口。untrusted接口:可以接收Discovery消息,但当收到Offer消息后,会直接Drop掉,不发任何DHCP消息。trusted接口:收发任何dhcp消息。一般将上行端口和连接可信任DHCP服务器的端口设为trusted接口。2、..
分类:其他   时间:2016-01-12 15:39:40    收藏:0  评论:0  赞:0  阅读:407
大数据技术hadoop入门理论系列之二—HDFS架构简介
HDFS简单介绍HDFS全称是HadoopDistributeFileSystem,是一个能运行在普通商用硬件上的分布式文件系统。与其他分布式文件系统显著不同的特点是:HDFS是一个高容错系统且能运行在各种低成本硬件上;提供高吞吐量,适合于存储大数据集;HDFS提供流式数据访问机制。HDFS起源于Apache..
分类:其他   时间:2016-01-12 15:39:30    收藏:0  评论:0  赞:0  阅读:280
ls -bash: ls: command not found (大多数命令不灵)
原因:在设置环境变量时,编辑profile文件没有写正确,导致在命令行下ls等命令不能够识别。解决方案:exportPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
分类:其他   时间:2016-01-12 15:39:20    收藏:0  评论:0  赞:0  阅读:263
Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on proje
Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'xinghe-base'.The builder launch configuration could not be found.The builder launch configuratio...
分类:其他   时间:2016-01-12 15:38:20    收藏:0  评论:0  赞:0  阅读:520
CCNA Cloud CLDFND 210-451 QUIZ: Server Virtualization
Which of the following is not a server hardware component? a. Storage controller b. NIC c. Operating system d. Central Processing Unit (CPU) e. RAM Which of the following is not a server operating...
分类:其他   时间:2016-01-12 15:38:09    收藏:0  评论:0  赞:0  阅读:275
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile)
完整的错误信息:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project xinghe-interaction: Compilation failure[ERROR] No compiler is provided in...
分类:Web开发   时间:2016-01-12 15:38:00    收藏:0  评论:0  赞:0  阅读:542
LeetCode 217 Contains Duplicate(包含重复数字)(Vector、hash)
翻译给定一个整型数字数组,找出这个数组是否包含任何重复内容。如果任何值出现了至少两次,那么返回真(true),如果每个值都是互不相同的,那么返回假(false)。原文Given an array of integers, find if the array contains any duplicates. Your function should return true if any value a...
分类:其他   时间:2016-01-12 15:37:50    收藏:0  评论:0  赞:0  阅读:212
jquery1.8.3升级到2.1.4遇到的几个问题
jquery1.8.3升级到2.1.4遇到的几个问题从jQuery 1.9 开始已经将 live 和 die 移除,取而代之的是 on 和 off$("#crawl_web ul li span").off('click'); $("#crawl_web ul li input").off('focus').off('blur'); $("#crawl_web ul li span").on('c...
分类:Web开发   时间:2016-01-12 15:37:40    收藏:0  评论:0  赞:0  阅读:395
jmeter编写脚本之抓包实战
以下针对http协议请求 很多网友还在困惑怎么编写jmeter脚本 初学者喜欢使用badboy这个抓包工具,方便的是,可以自动把抓包请求,转化成jmx脚本 但是,包括其他自动抓包工具都有弊端, 就是,抓到的请求太多,而不能准确知道,那些请求是有用的,需要一个一个去试, 还有就是,操作比较麻烦,要么设置代理,要么在其代理浏览器运行。。。 在这里我给大家介绍下,几种手工抓包...
分类:其他   时间:2016-01-12 15:37:29    收藏:0  评论:0  赞:0  阅读:299
ActiveMQ入门实例
1.下载ActiveMQ去官方网站下载:http://activemq.apache.org/2.运行ActiveMQ解压缩apache-activemq-5.5.1-bin.zip,然后双击apache-activemq-5.5.1\bin\activemq.bat运行ActiveMQ程序。启动A...
分类:其他   时间:2016-01-12 15:36:50    收藏:0  评论:0  赞:0  阅读:273
newifi 1.6.13上运行mentohust方案
newifi最新版的固件,已经无法简单的root和开启ssh了,以下是本人的解决方案。一·刷上pandorabox系统 1.系统可以到联想NBD社区下载:http://www.newbandeng.com/forum-61-1.html (这是笔者使用的版本 百度网盘链接:http://pan.ba...
分类:其他   时间:2016-01-12 15:36:29    收藏:0  评论:0  赞:0  阅读:213
ExtJS 5.1 TabReorderer plugin
Description在 ExtJS 5.1 中使用 tabpanel,要求每个 tab 可以拖动,顺序可以改变。tabpanel 默认是不支持的,不过可以加上一个 plugin -Ext.ux.TabReorderer。在 ExtJS官网(http://docs.sencha.com/extjs/...
分类:Web开发   时间:2016-01-12 15:36:19    收藏:0  评论:0  赞:0  阅读:191
使用HTML5 API(AudioContext)实现可视化频谱效果
如今的HTML5技术正让网页变得越来越强大,通过其Canvas标签与AudioContext对象可以轻松实现之前在Flash或Native App中才能实现的频谱指示器的功能。Demo:Cyandev Works-HTML5 Audio VisualizingTheAudioContextinter...
分类:Windows开发   时间:2016-01-12 15:36:09    收藏:0  评论:0  赞:0  阅读:426
开源top100
1、SwitchyOmega项目简介:SwitchyOmega 是 SwitchySharp 的新版本。这是一个 Chrome 浏览器用来切换不同代理的插件。SwitchyOmega 初次安装时会检查是否存在 SwitchySharp ,如果有的话则会自动升级设置,无须手动配置。如果您使用的是非谷歌...
分类:其他   时间:2016-01-12 15:35:59    收藏:0  评论:0  赞:0  阅读:551
1368条   上一页 1 ... 25 26 27 28 29 ... 69 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!