码迷,mamicode.com
首页 >  
搜索关键字:cannot assign to sel    ( 19703个结果
使用独立模式安装Sharepoint Server 2013出现创建示例数据错误的解决方案
使用独立模式安装Sharepoint Server 2013,允许配置向导到第8步创建示例数据时,出错了!Exception: System.ArgumentException: The SDDL string contains an invalid sid or a sid that cannot...
分类:其他好文   时间:2014-06-29 00:28:15    阅读次数:376
scrapy 相关问题
爬取text 包含某个关键字时zhibo_unicode = unicode("直播","utf-8")sel.xpath('//a[contains(span/text(),"%s")]/@href' % zhibo_unicode) 只能用%s占位符这种类似的方式。 以下方式是不...
分类:其他好文   时间:2014-06-28 21:14:38    阅读次数:232
sql语句查询后几行数据并倒着排列
sql语句查询后几行数据并倒着排列$conn = mysql_connect("数据库地址","用户名","密码");if(!$conn){die("mysql conn failed");}else{ mysql_query("SET NAMES 'utf8'"); mysql_sel...
分类:数据库   时间:2014-06-19 00:37:22    阅读次数:345
linux源码编译安装php出现 cannot find -lltdl
原因:在编辑php时添加的“–with-mcrypt”选项造成。解决方法:1、如果不需要mcrypt,那么编辑php时去掉该选项,然后再make、make install。2、如果需要mcrypt,那么需要安装libltdllibltdl在libmcrypt软件包中就有,具体过程:#cd /soft...
分类:Web程序   时间:2014-06-18 23:29:26    阅读次数:252
MYSQL 添加外键报错
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:数据库   时间:2014-06-18 21:01:47    阅读次数:332
@property
非gc的对象,所以默认的assign修饰符是不行的。那么什么时候用assign、什么时候用retain和copy呢?推荐做法是NSString用copy,delegate用assign(且一定要用assign,不要问为什么,只管去用就是了,以后会明白的),非objc数据类型,比如int,float等...
分类:其他好文   时间:2014-06-18 15:43:31    阅读次数:286
在VC下如何使用头文件unistd.h
头文件unistd.h是Linux/Unix的系统调用,包含了许多UNIX系统服务函数原型,如open、read、write、_exit、getpid等函数。在linux下能够编译通过的包含此头文件的程序,在VC下编译时出现了如下问题 fatal error C1083: Cannot open i...
分类:其他好文   时间:2014-06-18 10:31:54    阅读次数:244
[转]cannot simultaneously fetch multiple bags 问题的解决办法
完整的异常信息如下:org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantia....
分类:其他好文   时间:2014-06-18 10:06:31    阅读次数:198
js下拉菜单默认值为当前年份,下拉菜单的选项为当前年份往前推5年
1:在jsp或者HTML页面中新建一个下拉框 年度: 年2:调用下面方法即可window.onload = function(){ var sel = document.getElementById("cx_nd");var date = new Date(); for(var i=0;i...
分类:Web程序   时间:2014-06-18 09:09:02    阅读次数:207
XMLHttpRequest cannot load file~~~~~~~Origin 'null' is therefore not allowed access
XMLHttpRequest cannot load file~~~~~~~Origin 'null' is therefore not allowed access 最近在做框架的时候,需要加载.html文件和.json文件的时候出现了一下一个错误...
分类:数据库   时间:2014-06-16 20:26:18    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!