04 2008 档案

摘要:操作步骤:1.创建 \Storage Card\tmp 目录,用于保存临时文件2.修改注册表 HKEY_LOCAL_MACHINE->System->FileSys下的TempPath值为\Storage Card\tmp3.正常通过蓝牙接收文件,可以在\Storage Card\tmp 下发现生成的*.tmp临时文件4.直到手机出现提示“是否保存文件到手机”,这时不要做操作,按主页键回桌面,打开... 阅读全文
posted @ 2008-04-27 22:47 二宝的博客 阅读(268) 评论(0) 推荐(0)
摘要:使用的mysql版本:mysql4.0.X master: 192.168.1.102slave: 192.168.1.109如果是win机子修改c:\winnt\my.ini 如果是linux的机子请修改 /etc/my.cnf一、master操作1、修改my.ini##############server-id=1log-bin=c:\mysql\logs\mysql_binary_log b... 阅读全文
posted @ 2008-04-27 22:06 二宝的博客 阅读(227) 评论(0) 推荐(0)
摘要:Client does not support authentication protocol requested by server;所有安装Mysql4.1以上版本的用户请看本条!!!!!!!!!Mysql 4.1及以上版本使用了新的密码算法,而PHP不支持新算法,因此在新增用户后,还需要用下面的方法解决PHP无法连接登录Mysql的问题: (其中some_user,some_host,ne... 阅读全文
posted @ 2008-04-27 21:38 二宝的博客 阅读(150) 评论(0) 推荐(0)
摘要:很不错哦鼠标猛击这里下载鼠标猛击这里下载 阅读全文
posted @ 2008-04-24 07:46 二宝的博客 阅读(113) 评论(0) 推荐(0)
摘要:fetion 飞信 绿色版.rar鼠标猛击这里下载鼠标猛击这里下载 阅读全文
posted @ 2008-04-23 06:04 二宝的博客 阅读(108) 评论(0) 推荐(0)
摘要:需要的联系我~ 阅读全文
posted @ 2008-04-22 05:19 二宝的博客 阅读(105) 评论(0) 推荐(0)
摘要:E站通破解 阅读全文
posted @ 2008-04-22 05:19 二宝的博客 阅读(160) 评论(0) 推荐(0)
摘要:1.jpg 2.jpg 3.jpg 4.jpg 5.jpg 阅读全文
posted @ 2008-04-18 06:54 二宝的博客 阅读(115) 评论(0) 推荐(0)
摘要:方法一:配置SSH工具SecureCRT中文版配置[全局选项]→[默认会话]→[编辑默认设置]→[终端]→[外观]→[字体]→[新宋体 10pt CHINESE_GB2312]→[字符编码 UTF-8]putty配置[window]→[Appearance]→[Font settings]→[Change]→[Fixedsys CHINESE_GB2312][window]→[Appearance... 阅读全文
posted @ 2008-04-10 10:27 二宝的博客 阅读(241) 评论(0) 推荐(0)
摘要:安装了apache和php及mysql.打开网站需要输入index.php才能打开.在apcahe中设置一下就可以直接默认打开 index.php. 比如我要打开localhost/index.php,直接输localhost,就可以,不用全输入. 做法如下: 找到apache下的配置文件httpd.conf,找到DirectoryIndex index.html,在后面添上index.php ... 阅读全文
posted @ 2008-04-10 10:16 二宝的博客 阅读(587) 评论(0) 推荐(0)
摘要:今天弄一个CentOS,安装httpd-2.2.6 和php-5.2.4,一切顺利,最后一步重新启动apache报如下错误:(真是个好编剧,总是最后发生异常)httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so int... 阅读全文
posted @ 2008-04-10 08:53 二宝的博客 阅读(1010) 评论(0) 推荐(0)
摘要:[root@localhost yum.repos.d]# cat CentOS-Base.repo # CentOS-Base.repo## This file uses a new mirrorlist system developed by Lance Davis for CentOS.# The mirror system uses the connecting IP address of... 阅读全文
posted @ 2008-04-09 22:30 二宝的博客 阅读(139) 评论(0) 推荐(0)
摘要:因为加密等原因,如果直接用FILE后者OPEN等函数读取WORD的话往往是乱码,原来要使用COM这是我简单的一个读取并存储到新的WORD上的文件Version}”;// 把它的可见性设置为0(假),如果要使它在最前端打开,使用1(真)// to open the application in the forefront, use 1 (true)//$word->Visible = 0;//打?一... 阅读全文
posted @ 2008-04-02 20:41 二宝的博客 阅读(414) 评论(0) 推荐(0)
摘要:PHP代码 ”; if(isset($id)){ for($i=0;$i0) { $uploadfile = “./”.time().”_”.$_FILES[’userfile’][name][$i]; echo “”; echo $uploadfile; if (copy($_FILES[... 阅读全文
posted @ 2008-04-02 20:40 二宝的博客 阅读(292) 评论(0) 推荐(0)
摘要:其实说到底就是编码问题一般中文页都用GBK或者GB2312的编码而AJAX支持UTF8好了,先在PHP页上加个header(”content-type:text/html; charset=utf-8″);告诉网页这个实现的编码是UTF-8然后把要输出的内容用$test = iconv(’gbk’, ‘utf-8′, $test);转一下编码然后在输出大家有兴趣可以看看 阅读全文
posted @ 2008-04-02 20:39 二宝的博客 阅读(120) 评论(0) 推荐(0)
摘要:rasdial 上网 ABCDEFG 123456保存为bat命令,放在启动菜单下就可以了。和好用哦 阅读全文
posted @ 2008-04-02 04:18 二宝的博客 阅读(245) 评论(0) 推荐(0)