项目开发的时候,由网页表单提交的过来的中文字符,会报Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' 异常;原因是mysql的编码造成,使用 show variables like 'character%' 查看数据库的编码:mysql> s...
分类:
数据库 时间:
2014-09-09 20:07:49
阅读次数:
256
一.简易安装打开Sublime text的console.打开console的快捷时ctrl+,或者在菜单栏点击View->Show Sonsole`.打开后将下面的代码复制到console中,注意选择对应的版本。Sublime Text 3import urllib.request,os,hash...
分类:
其他好文 时间:
2014-09-09 18:02:19
阅读次数:
170
C:\Windows\system32>mysql -hlocalhoset -uroot -pEnter password: *****mysql> use sshDatabase changedmysql> show tables;+----------------+| Tables_in_ss...
分类:
数据库 时间:
2014-09-09 15:38:18
阅读次数:
225
题目原文:
Determine whether an integer is a palindrome. Do this without extra space.
click to show spoilers.
Some hints:
Could negative integers be palindromes? (ie, -1)
If you are thinking of conv...
分类:
其他好文 时间:
2014-09-09 13:04:18
阅读次数:
156
限制一个用户的链接数,可以通过ORACLE的PROFILE文件来实现1. 查看resource_limit参数:SQL> show parameter resource_limit如果为FALSE,设置RESOURCE_LIMIT参数为TRUE,即开启资源限制:alter system set re...
分类:
数据库 时间:
2014-09-09 11:44:38
阅读次数:
278
最终效果图,点击save会保存到文件中,点击show会从文件中读取出内容并显示。main.xml[xhtml] view plaincopyprint? activity代码[java] view plaincopyprint?packagecn.com.file;importjava...
分类:
移动开发 时间:
2014-09-09 11:35:58
阅读次数:
344
Issue:Reporting Services ErrorThe permissions granted to user 'IDEAAM\William' are insufficient for performing this operation. (rsAccessDenied) Get On...
分类:
数据库 时间:
2014-09-09 11:22:48
阅读次数:
264