Ubuntu 下使用BeagleBone Black(一) planck@planck-Ubuntu:/dev$ sudo apt-get install ckermit [sudo] password for planck: Reading package lists... Done Buildi...
分类:
其他好文 时间:
2014-08-01 04:53:51
阅读次数:
978
假设FTP服务器的地址是192.168.1.1001进入dos的FTP界面,有两种方式,一种是:开始——运行——FTP——在cmd界面下输入命令open192.168.1.100另一种是开始——运行——cmd——输入ftp192.168.1.100如果ftp的端口号不是默认的21号端口,那么还要在后面空格加端口号,如端口号是1..
分类:
其他好文 时间:
2014-07-31 21:21:27
阅读次数:
218
前言:手机app应用评论的时候,恢复表情符号,提示失败。?1,查看tomcat后台日志,核心报错信息如下: Caused by: java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x97\xF0\x9F...' for column 'CONTENT' at row 1at com.mysql.jdbc.SQLError.c...
分类:
数据库 时间:
2014-07-31 20:49:17
阅读次数:
355
今天在向数据库插入数据,之后使用Server.Transfer跳回本页面时,抛出异常:正在终止线程ry { if (0 == String.Compare(Password.Text.Trim(), ConfirmPassword.Text.Trim()))//两...
分类:
编程语言 时间:
2014-07-31 20:24:37
阅读次数:
289
$salt = base_convert(sha1(uniqid(mt_rand(), true)), 16, 36);$fields = array('salt' => $salt,'password' => $this->getPasswordEncoder()->encodePassword(...
分类:
其他好文 时间:
2014-07-31 20:09:57
阅读次数:
387
0 thenChkPage=true '页面返回成功exit functionend ifif Instr(SourceCode,ErrKey) > 0 thenChkPage=false '页面出错exit functionend ifChkPage=false 'keyword信息不正确或者是....
分类:
其他好文 时间:
2014-07-31 16:44:06
阅读次数:
208
1.mybatis语句SELECT * FROM console_operator WHERE login_name=#{loginName} AND login_pwd=#{loginPwd}2.日志打印信息正确情况:username:admin, password:admin2014-07...
分类:
数据库 时间:
2014-07-31 16:10:12
阅读次数:
359
GRUB加密:MD5加密[root@Server3~]#grub-md5-crypt
Password:
Retypepassword:
$1$TJL.q1$4PnBp7pXRsN/BZhrkbSyn1
[root@Server3~]#[root@Server3~]#cat/boot/grub/grub.conf
#grub.confgeneratedbyanaconda
#
#Notethatyoudonothavetorerungrubaftermakingchangestothisfile
#..
分类:
其他好文 时间:
2014-07-31 13:37:27
阅读次数:
253
对于错误" Incorrect string value: ‘\xE6\xA2\xB5\xE8\x92\x82...‘for column ‘object_repr‘ at row 1? 解决方法是设置django_admin_log表的object_repr一项使用utf8_unicode_ci; 对于错误" ?Incorrect...
分类:
其他好文 时间:
2014-07-31 10:02:26
阅读次数:
251
1-?mysql数据库运行 命令行输:msyql -u root回车进入mysql 然后输入命令:update mysql.user set password= PASSWORD(‘新密码‘) where user = ‘root‘; ? 2- 文件修改 \apps\phpmyadmin3.4.10.1\config.inc.ph...
分类:
其他好文 时间:
2014-07-30 17:58:34
阅读次数:
222