码迷,mamicode.com
首页 >  
搜索关键字:not in current selec    ( 7498个结果
用存储过程 给表增加序列与触发器
存储过程如下:create or replace procedure p_createseq(tablename in varchar2,key in varchar2)Authid Current_User --使用角色权限,否则无法创建序列或表isstrsql varchar2(500);t_k...
分类:其他好文   时间:2014-05-16 21:32:08    阅读次数:211
Leetcode: Count and Say
一次过 1 public class Solution { 2 public String countAndSay(int n) { 3 if (n <= 0) return ""; 4 int i = 1; 5 String current ...
分类:其他好文   时间:2014-05-16 21:27:59    阅读次数:267
linux 下安装Google Chrome (ubuntu 12.04)
一直喜欢chrome 浏览器,不过自ubuntu 刚安装的时候是没有chrome的, 首先,下载google chrome deb包 32位:https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb 6...
分类:系统相关   时间:2014-05-16 04:17:45    阅读次数:367
Linux Kernel HomeWork---/proc/mtest
Memory management1.listvmastatic void mtest_dump_vma_list(void){ struct task_struct *task = current; //get the task_struct of the current process stru...
分类:系统相关   时间:2014-05-15 22:29:30    阅读次数:555
PLSQL Developer过期要注册表
打开运行输入 regedit 打表注册表 删除 HKEY_CURRENT_USER\Software\Allround Automations HKEY_CURRENT_USER\Software\Microsoft\Security 即可再用30天...
分类:数据库   时间:2014-05-15 19:45:18    阅读次数:327
emacs quick open and jump file (or buffer) which name is current word
Sometime, we need to open a file or buffer which name began with current word in emacs. Here I give the solution as follows. (provide 'quick-file-jump) (defun ab/quick-buffer-jump () "Quickly jum...
分类:其他好文   时间:2014-05-15 15:02:20    阅读次数:373
JQuery日记_5.13 Sizzle选择器(六)选择器的效率
当选择表达式不符合快速匹配(id,tag,class)和原生QSA不可用或返回错误时,将调用select(selector, context, results, seed)方法,此方法迭代DOM选择、过滤元素, 在DOM树非常大的时候为了保证效率,应该保证html设计的合理,尽量使用可快速匹配(id,tag,class)的表达式,其次是QSA支持的选择器,尽量不要使用jquery扩展的selec...
分类:Web程序   时间:2014-05-15 05:22:20    阅读次数:327
Ubuntu /boot paritiion clean up
1. Check the /boot partition size to decide if need clean up $ df 2. Check the current used Linux kernel $ uname -r 3. Check all Linux kernel to decide which ones to be removed $ ls /boot...
分类:其他好文   时间:2014-05-15 03:24:16    阅读次数:235
(桌面虚拟化最佳实践--呼叫中心系统优化之四)瘦终端优化项目与其他优化项目
减少鼠标刷新频率(仅适用于RDP协议)此优化用于解决桌面访问时鼠标漂移和延迟的问题,原理是将RDP客户端的最小发送间隔改校1)在瘦终端上启动注册表编辑器,然后找到以下注册表子项:HKEY_CURRENT_USER\SOFTWARE\Microsoft\TerminalServerClient2)用鼠标右键单击TerminalServ..
分类:其他好文   时间:2014-05-14 16:45:24    阅读次数:356
注册表学习第二课
大家好,今天是注册表学习的第二课好了,废话不多说了,我现在就来分享我的读书笔记吧 一、禁用菜单系统栏的属性 首先,按照HKEY_CURRENT_USER-software-microsoft-windows-currentversion -policies-explorer 新建一个DWORD值,命...
分类:其他好文   时间:2014-05-13 17:03:56    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!