码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
linux 下 /bin /sbin 的区别 -- (转)
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:系统相关   时间:2014-07-03 06:29:10    阅读次数:223
自己常用GDB调试命令
1、进入gdb调试模式 $ gdb xxx(程序名) 设置函数参数:set args xxx 查看函数参数:show args2、break 行号(打断点)3、delete 行号 (取消断点)4、next 单步运行5、step 进入函数内部6、finish 退出当前函数7、print 变量名/...
分类:数据库   时间:2014-07-03 06:18:16    阅读次数:253
SQL SERVER 执行远端数据库的SQL命令
--------------------------------------------------------------这段先执行exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc.....
分类:数据库   时间:2014-07-03 00:11:59    阅读次数:195
RadioButtonList 和CheckBoxList根据后天数据库的值加载时选中其选项
前台: 前台: 绑定数据: protected void inti() { List roleList = roleDAL.List(); if (roleList == null) { Alert.Show("加载角色信息失败!", MessageBoxIcon.Warning); } cbl.....
分类:数据库   时间:2014-07-02 22:57:10    阅读次数:388
Leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-02 22:34:44    阅读次数:318
Leetcode Path Sum II
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tree andsum =...
分类:其他好文   时间:2014-07-02 22:10:42    阅读次数:262
UnitTest
#region File Header & Copyright Notice/* * Copyright (C) 2014 XXX, INC. All Rights Reserved. * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MA...
分类:其他好文   时间:2014-07-02 10:07:59    阅读次数:221
[leetcode] Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
分类:其他好文   时间:2014-07-02 10:01:21    阅读次数:173
open打开窗口并且获得打开窗口的窗口对象
//主窗体//F:/2.html页面function show(){//获得主窗体对象中的id为txt的控件value,并且为其赋值window.opener.document.getElementById("txt").value= document.getElementById("text")....
分类:其他好文   时间:2014-07-02 10:00:06    阅读次数:160
usr/bin/mysqladmin: refresh failed; error: 'Unknown error'
debian wheezy 升级后, 因为授权错误, 导致密码给修改, 在debian的mysql safe下也无法进入.   我在/etc/mysql/my.cnf 里面已经修改了bind-address 为局域网ip 进而执行了 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTI...
分类:数据库   时间:2014-07-01 16:03:03    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!