码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
CentOS安装wordpress权限问题
最近在CentOS6.5上安装wordpress,遇上一个问题,安装好之后外网总是不能再网页进行配置,想了半天应该是源代码文件的权限问题,具体问题与解决如下:如果你的wordpress安装目录是wordpress,则通过默认向导配置会出现权限不足的情况:Sorry, but I can’t writ...
分类:其他好文   时间:2016-01-10 19:57:05    阅读次数:4201
[AngularJS] Using AngularJS's ngClass
.blue{ color: blue}.bold{ font-weight: bold;}.large{ font-size: 40px;}ngClass can accept an array:ngClassngClass can take a string:ngClassngClas...
分类:Web程序   时间:2016-01-10 17:08:31    阅读次数:174
Android 编译错误
本人使用的是Android studio1.3版本,前几天调试通过的项目,现在编译出现了错误。错误信息如下1 Project app: apk dependencies can only be jars. android:mgimlibs:aar:unspecified is an Android ...
分类:移动开发   时间:2016-01-09 23:08:43    阅读次数:431
php Only variables can be passed by reference
最近做项目,发现了一个报错 Only variables can be passed by reference, 意思是“只有变量能通过‘引用’”就是在代码中 使用了一个方法,这个方法的参数值传址引用的例如php的 end方法php官网的说法(PHP 4, PHP 5)end — 将数组的内部指针指...
分类:Web程序   时间:2016-01-09 18:15:32    阅读次数:147
Android ViewGroup使用小结
ViewGroup定义在api中是这么描写叙述ViewGroup的:A ViewGroup is a special view that can contain other views. 依据意思我们能够明确。在ViewGroup中能够包括其它UI控件。包括我们的自己定义控件优势及用处我们了解UI控...
分类:移动开发   时间:2016-01-09 12:24:12    阅读次数:219
Codeforces Wilbur and Array
DescriptionWilbur the pig is tinkering with arrays again. He has the arraya1,?a2,?...,?aninitially consisting ofnzeros. At one step, he can choose any...
分类:其他好文   时间:2016-01-08 20:04:05    阅读次数:178
mysql导入报错Variable 'sql_notes' can't be set to the value of 'NULL'
报错信息:执行的SQL语句出错:/*!40111SETSQL_NOTES=@OLD_SQL_NOTES*/错误信息:Variable‘sql_notes‘can‘tbesettothevalueof‘NULL‘检查:错误信息是说sql_notes不能设置为null值,登录检查如下mysql>select@@sql_notes;+-------------+|@@sql_notes|+-------------+|1|+---..
分类:数据库   时间:2016-01-08 11:44:47    阅读次数:753
apple store链接格式文档
备份一下:The app on Appstore has specific URL formathttp://itunes.apple.com/[country-code]/app/[app-name]/id+[id_value]?mt=[1...12]country-code can beusfo...
分类:移动开发   时间:2016-01-07 18:10:08    阅读次数:145
xilinx_modelsim仿真错误1
在仿真DDR3核时,用modelsim编译时会出现下面错误Error:can't read "env(XILINX)":no such variable原因:在.do文件中指定的glbl.v文件的路径不对vlog -incr $env(XILINX)/verilog/src/glbl.v这个是相.....
分类:其他好文   时间:2016-01-07 16:35:49    阅读次数:1265
Hamming code
Alsoknown as (7,4) code,7 trainsmitted bits for 4 source code.TRANSMITThe transmitted procedure can be reprecented as follows.$t=G^Ts$where G is:impor...
分类:其他好文   时间:2016-01-07 16:15:24    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!