昨天刚刚安装了MYSQL,玩着挺Happy的,今天就链接不上了,报错是:root用户没有权限翻阅了一些文章,看着不太方便,我简单归纳一下:一、添加账户账户是:test;密码是:123456insert into mysql.user(Host,User,Password,ssl_cipher,x50...
分类:
数据库 时间:
2014-08-17 16:53:12
阅读次数:
253
1 $a=get-process2 foreach ($b in $a)3 {4 write-host "hello: $($b.id)"5 }返回结果:hello: 2536hello: 3528hello: 2316hello: 608hello: 732hello: 1392hello: 2....
分类:
其他好文 时间:
2014-08-17 11:32:22
阅读次数:
176
比较WXS师兄同步传输固件和异步传输固件的区别,发现dscr.a51、fw.c文件完全一致,tcxmaster.c有一行存在区别,位于初始化函数TD_Init(void)中:
在同步固件中:IFCONFG=0x03;//0000 0011
在异步固件中:IFCONFG=0xCB;//1100 101...
分类:
其他好文 时间:
2014-08-17 09:09:41
阅读次数:
202
必须运行的是apache服务器下文写法是将不带www的跳转到带www的网址具体的写法如下 大家可以参考自行修改其中的url即可 如果不行 请检查服务器环境Options +FollowSymLinksrewriteEngine onrewriteCond %{http_host} ^ijucan.c...
分类:
数据库 时间:
2014-08-17 00:59:11
阅读次数:
219
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
1:1:MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法环境:linux,mysql5.5.21错误:Host is blocked because ...
分类:
其他好文 时间:
2014-08-16 09:43:30
阅读次数:
2019
//-----------------------------------------------------------------------------
// File: bulkloop.c
// Contents: Hooks required to implement USB perip...
分类:
其他好文 时间:
2014-08-16 09:36:50
阅读次数:
254
1、利用Cypress提供的USB通用驱动程序CyUSB.sys and CyUSB.inf,是稳妥的做法,因为驱动程序的编程比较繁琐,可尽力规避。可简单修改sys文件名、inf文件中的ID码、inf文件中出现的sys文件的文件名;
2、在一个EZUSB固件工程中,一般只需要修改两个文件:Perip...
分类:
其他好文 时间:
2014-08-16 08:33:10
阅读次数:
356
首先要明白一个INF文件的基本结构:INF由节组成,即一个个段组成。每个段的功能不一样。(大部分书上把这个段叫作"节") [Version]段:主要用说明版本信息的。 [Strings]段:字符串信息,用于常量定义,用于显示。凡在其他段中出现的%XXXX%(就是两个百分号夹着一组字母),则对应的就会...
分类:
其他好文 时间:
2014-08-16 08:32:50
阅读次数:
217