码迷,mamicode.com
首页 >  
搜索关键字:my    ( 14389个结果
Fix error of "you have been logged on with a temporary profile"
You have been logged on with a temporary profile on windows2008 R2After looking into this issue, I saw the following user profiles and I didn’t see my...
分类:其他好文   时间:2014-06-24 21:25:26    阅读次数:201
Wamp2.5 64bit,无法修改MySQL datadir位置
今天偶然想到去更新一下机子里面PHP的版本,然后重新去wamp官网下载了WAMP(wamp 64  Apache : 2.4.9 MySQL : 5.6.17 PHP : 5.5.12 PHPMyAdmin : 4.1.14 SqlBuddy : 1.3.3 XDebug : 2.2.5)。 安装之后修改 D:\wamp\bin\mysql\mysql5.6.17\my.ini,发现修改了dat...
分类:数据库   时间:2014-06-24 20:52:46    阅读次数:244
UserManageSys
JSP部分: err.jsp "> My JSP '...
分类:其他好文   时间:2014-06-24 20:01:40    阅读次数:152
Use My Python,Send Your Mail(十来行代码)
人生苦短,我用python,最近实习一直在用工作,因为我做的工作涉及到海量数据,程序跑下来用上代理,一个月可能也跑不完,但是我快要回去考试两周,作为一个强迫症的coder,我必须要得知我的程序怎么了!!!所以我让我的程序成功执行一段时间,但是我又是非常“懒惰”的人(其实优秀的程序员都要很“懒惰”呢!坚决写简洁的代码,如果可以,越短越好,所以前短时间写了个160行的py 2048.),看了好多版本,...
分类:编程语言   时间:2014-06-24 19:42:11    阅读次数:205
C API函数描述(A-F)
25.2.3.1. mysql_affected_rows() my_ulonglong mysql_affected_rows(MYSQL *mysql) 描述 返回上次UPDATE更改的行数,上次DELETE删除的行数,或上次INSERT语句插入的行数。对于UPDATE、DELETE或INSERT语句,可在mysql_query()后立刻调用。对于SELECT语句,mysql_aff...
分类:Windows程序   时间:2014-06-24 19:36:15    阅读次数:262
LeetCode || Copy List with Random Pointer
Copy List with Random Pointer Total Accepted: 12730 Total Submissions: 56262 My Submissions A linked list is given such that each node contains an additional random pointer which could poi...
分类:其他好文   时间:2014-06-24 19:32:26    阅读次数:194
C API函数描述(G-N)
25.2.3.26. mysql_get_character_set_info() void mysql_get_character_set_info(MYSQL *mysql, MY_CHARSET_INFO *cs) 描述 该函数提供了关于默认客户端字符集的信息。可以使用mysql_set_character_set()函数更改默认的字符集。 该函数是在MySQL 5.0.10中增...
分类:Windows程序   时间:2014-06-24 18:16:41    阅读次数:456
mysql实用命令
查看mysql的所有用户及密码和所属权限mysql>selectuse,password,hostmysql.user;查看mysql支持的存储引擎mysql>showplugins;设置编码类型为utf8vi/etc/my.cnf在[mysqld]配置选项下添加character-set-server=utf8查看编码是什么类型mysql>howvariableslike"%char%";
分类:数据库   时间:2014-06-24 16:15:44    阅读次数:286
Fate/stay night
People die when they are killed. — Emiya Shirou I am the bone of my sword. Steel is my body, and fire is my blood. I have created over a thousand bla....
分类:其他好文   时间:2014-06-24 15:24:44    阅读次数:155
Pass command line arguments to Gnuplot script
Gnuplot is a light-weight and easy to use scientific plotting tool. Its has enough functionalities to deal with most of my demands on visualizing expe...
分类:其他好文   时间:2014-06-24 14:07:48    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!