the key point is "Modified UTF-8" is not like
"Regular UTF-8", a legal Rgular UTF8 code sequence may be considered illegal
against Modified UTF8.One w...
分类:
其他好文 时间:
2014-05-09 10:51:58
阅读次数:
628
在请求facebook授权时,返回如下错误:所提供的网址不被应用程序配置所接纳。:应用程序的设置不允许一个或多个所提供的链接。它必须与网站的URL或Canvas的URL相符,或该域必须是应用程序的一个域的子域。解决:Facebook应用控制面板中“设置>高级”有“
Valid OAuth redir...
分类:
其他好文 时间:
2014-05-09 10:35:11
阅读次数:
450
valid();class wechatCallbackapiTest{ public
function valid() { $echoStr = $_GET["echostr"]; //valid signature , option
if($...
分类:
微信 时间:
2014-05-09 03:00:16
阅读次数:
639
http://oj.leetcode.com/problems/longest-valid-parentheses/ 1 class Solution: 2 #
@param s, a string 3 # @return an integer 4 def longestVa...
分类:
编程语言 时间:
2014-05-09 00:11:38
阅读次数:
410
这道题做的不够顺利,许多次通过,但是居然是卡在一个小问题上了,判断strs是否为空,我想当然地就写成了if(strs
== null) return null;
报错java中null表示还没new出对象,就是还没开辟空间;“”表示new出了对象,但是这个对象装的是空字符串。这里显然是要应对strs...
分类:
其他好文 时间:
2014-05-08 15:16:16
阅读次数:
291
Found the solution myself in the end. The problem
was not with theLinearLayout,but with theScrollView(seems weird, considering the
fact that theScroll...
分类:
移动开发 时间:
2014-05-08 13:42:02
阅读次数:
321
一 、对style和attr的引用1.
当引用平台的style做为style的parent时,“@android:style/主题” == “@android:主题” ==“
android:style/主题 ”== “android:主题”;2. 当引用平台的style作为属性的引用时,“@and...
分类:
移动开发 时间:
2014-05-08 10:20:32
阅读次数:
535
这道题采用穷举法。 1 /** 2 * Given a string containing only
digits, 3 * restore it by returning all possible valid IP address combinations.
4 ...
分类:
其他好文 时间:
2014-05-08 09:17:22
阅读次数:
248
最近做界面需要添加很多工具栏按钮,所以自己定义了一个Button直接上代码 1 #include
"SettingButton.h" 2 #include 3 #include 4 5 _DIYButton::_DIYButton(QWidget
*_Parent) : 6 QTool...
分类:
其他好文 时间:
2014-05-08 01:21:32
阅读次数:
310
1、导入某个现有工程文件夹后,出现R资源不能resolve的错误,导致程序无法编译运行,此时右键->properties->android,看最上面的taget又没有选择对,勾选当前可选的最高那个版本(即你本机已经安装的最高版本的SDK),点击apply,错误解决。
2、style.xml里出现样式无法识别:
error: Error retrieving parent for ite...
分类:
移动开发 时间:
2014-05-07 11:52:55
阅读次数:
434