码迷,mamicode.com
首页 >  
搜索关键字:ps move    ( 17927个结果
HTML <select>标签
1.简单的下拉列表 1 2 3 4 名: 5 10 11 12 PS:黄色部分才是显示的内容,而不是value
分类:Web程序   时间:2014-05-08 19:06:01    阅读次数:279
无刷新更新页面内容
方法一:隐藏域技术方法二:ajax技术(新,nice!)PS:相对地,有刷新页面版本,即是在action中调用php或asp服务器端的脚本语言
分类:其他好文   时间:2014-05-08 18:57:18    阅读次数:259
HTML <form>标签
1.单选按钮 1 2 3 4 名: 5 6 7 姓: 8 9 10 11 这里两个控件的name一致,所以每次都只会选中其中一个按钮PS:ID 就像是一个人的身份证号码,而 Name 就像是他的名字,ID 显 然是唯一的,而 Name 是可以重复的。
分类:Web程序   时间:2014-05-08 14:11:17    阅读次数:330
linux 调试利器gdb, strace, pstack, pstree, lsof
1)如何使用strace+pstack利器分析程序性能?http://www.cnblogs.com/bangerlee/archive/2012/04/30/2476190.html此文有详细介绍怎么用strace和pstack2)Linux下多线程查看工具(pstree、ps、pstack)?h...
分类:数据库   时间:2014-05-08 13:57:02    阅读次数:470
Shell编程练习(一)——ping一下
学习了一段时间的shell编程,发现还是比较容易上手的,果然有了一定的C语言基础其他都好办!某天突发奇想,想要用自己学过的shell语言来编写一个脚本,实现查看EI的FTP服务器是否在工作的功能。虽说可以直接登录试试就知道结果,但是也是为了好玩,也是顺便实践一下。PS:能够拿自己刚学会的知识来成功处...
分类:其他好文   时间:2014-05-07 17:06:15    阅读次数:294
mutiple cycle cpu (转)
言简意赅A single instruction enters the CPU at the Fetch stage and the PC is incremented in one clock cycle. In the next clock cycle, the instruction move...
分类:其他好文   时间:2014-05-07 11:23:20    阅读次数:417
Leetcode | Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-07 02:55:24    阅读次数:377
codechef Correctness of Knight Move题解
Chef develops his own computer program for playing chess. He is at the very beginning. At first he needs to write the module that will receive moves written by the players and analyze it. The module w...
分类:其他好文   时间:2014-05-06 23:11:26    阅读次数:497
详解性能调优命令
1.ps通常我们会使用ps-aux查看用户启动的进程USER:进程的属主PID:进程的ID%CPU:进程占CPU的百分比%MEM:进程占内存的百分比VSZ:进程使用的虚拟内存量(KB)RSS:进程使用的固定内存量(KB)TTY:进程运行的终端,若与终端无关,则显示?。若为pts/0等,则表示由网络连接主机进程ST..
分类:其他好文   时间:2014-05-06 20:50:35    阅读次数:344
【转】SVN问题:Server sent unexpected return value (403 Forbidden) in response to OPTIONS
此方法不必删除目录重新下载:针对于第一次成功checkout,一段时间后,update 报此 403错误,我找到了解决方法:即 使用switch 重新定位svn路径,解决这个问题。(附图)ps:能svn checkout 那么你的路径就是正确的,如果大小写错误,svn是不支持checkout。如果是...
分类:其他好文   时间:2014-05-06 18:19:39    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!