一.UIPickerView1.UIPickerView的常见属性// 数据源(用来告诉UIPickerView有多少列多少行)@property(nonatomic,assign) id dataSource;// 代理(用来告诉UIPickerView每1列的每1行显示什么内容,监听UIPick...
分类:
其他好文 时间:
2014-10-03 02:30:13
阅读次数:
198
原因是:在64位的fedora linux系统上运行32位程序时需要32-libs库支持(其他linux分支系统的32-libs需自行查找) 原文地址:https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries-o...
分类:
移动开发 时间:
2014-10-03 00:46:54
阅读次数:
263
从命令行运行django数据库操作,报错:django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You mus...
分类:
数据库 时间:
2014-10-02 20:50:33
阅读次数:
244
In this Document
Symptoms
Cause
Solution
Still Have Questions?
References
APPLIES TO:
Oracle Trading Communi...
分类:
其他好文 时间:
2014-10-02 19:53:03
阅读次数:
387
首先引入 jquery 、 jquery.qqFace.js (官网下载完整包)
$(function(){
$('.emotion').qqFace({
id : 'facebox',
assign:'saytext',
path:'arclist/' //表情存放的路径
});
$(".sub_btn").click(function(){
var s...
分类:
Web程序 时间:
2014-10-02 15:45:33
阅读次数:
560
1. 问题描述和起因
在使用Appium1.7.0及其以下版本的时候,我们可以直接使用如下代码来创建一个AppiumDriver实例进行对安卓设备的操作。
driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);但在把Appium包升级到当前最新的2.0.0版本的时候,这段代码会引发如下...
分类:
移动开发 时间:
2014-10-01 15:41:31
阅读次数:
391
今天,安装完VS2013之后,不能正常启动。总提示一个让人摸不到头脑的错误:"Cannot find one of more components. Please reinstall the application"重新安装之后还是有一样的问题。后来发现, devenv.exe 对 “C:\Prog...
分类:
移动开发 时间:
2014-09-30 19:56:49
阅读次数:
616
how to add Javascript and CSS in page layout with sharepoint 2013
Sometimes, we need create a custom page layout, at the time, if we want to add some javascript and css code, how to do it? we cannot ...
分类:
编程语言 时间:
2014-09-30 18:03:29
阅读次数:
249
在safari上,以往屡试不爽的location.href = url; 变得不好用了。使用该方法跳转到新的网页,无法使用后退按钮回到上个页面。想想也是,直接修改值得方式跳转总是怪怪的,但是从刚学网页到现在都是这么用的,也就习惯了。回头看了一下location对象,发现有个assign函数,原来是有...
分类:
移动开发 时间:
2014-09-30 01:38:31
阅读次数:
219
3.SPD cannot open site, in the log :Error when open web service: System.InvalidOperationException: A binding instance has already been associated to l...
分类:
其他好文 时间:
2014-09-30 00:55:31
阅读次数:
289