1.ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture原因:不支持低版本的系统如3.0解决:Deployment Target was 3.0. C...
分类:
移动开发 时间:
2014-07-11 21:02:11
阅读次数:
222
大部分Linux发行版的默认账户是普通用户,而更改系统文件或者执行某些命令,需要root身份才能进行,这就需要从当前用户切换到root用户。Linux中切换用户的命令是su或su -。 如上图所示,一开始是普通账户,执行userdel时,提示command not found,通过su命令切换到ro...
分类:
系统相关 时间:
2014-07-11 18:28:53
阅读次数:
337
DockPanel的基本使用 我就不说了,网上很多,我想说的是在使用DockPanel时 需要注意的几个小问题第一个:使用过DockPanel的人,都有可能会遇到这样一个错误:Invalid Content: ActiveContent must be one of the visible cont...
分类:
其他好文 时间:
2014-07-11 12:06:03
阅读次数:
414
eq相等 ne、neq不相等, gt大于, lt小于 gte、ge大于等于 lte、le 小于等于 not非 mod求模 is [not] div by是否能被某数整除 is [not] even是否为偶数 is [not] even by $b即($a / $b) % 2 == 0 is [not...
分类:
其他好文 时间:
2014-07-11 11:41:22
阅读次数:
208
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-07-11 09:09:33
阅读次数:
211
先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下....
分类:
其他好文 时间:
2014-07-10 15:50:08
阅读次数:
173
把遇到的问题列出来,如果有解决方案的,偶也会写下来,如果大家有更好解决方法的,欢迎留言噢
phonegap 2.9无法触发deviceready事件
亲们可以看下控制台有木有报错,如果有提示cordova_plugins.json 404 (Not Found) ,就在www目录下新建个空文件,命名为cordova_plugins.json就好了,cordova初始化...
分类:
移动开发 时间:
2014-07-09 12:55:47
阅读次数:
302
解决:
选择项目名称-->Targets-->Build Settings-->Search Paths-->Library Search Paths 删除对应路径...
分类:
其他好文 时间:
2014-07-09 11:12:33
阅读次数:
274
jQueryt过滤选择器基本过滤选择器选择器描述返回示例重要:first返回第一个元素单个元素:last返回最后一个元素单个元素:not(selector)除去与给定选择器匹配的元素集合元素☆:even偶数元素集合元素:odd奇数元素集合元素:eq(index)返回集合中指定索引的元素,索引0开始单...
分类:
Web程序 时间:
2014-07-08 21:53:29
阅读次数:
364
[root@centos64x64mysql-5.1.65]#/etc/init.d/mysqldrestartMySQLmanagerorserverPIDfilecouldnotbefound![FAILED]解决办法第一,先删除rm-rf/var/lib/mysql,然后重新初始化/usr/local/mysql/bin/mysql_install_db--user=mysql
分类:
数据库 时间:
2014-07-08 09:19:32
阅读次数:
281