码迷,mamicode.com
首页 >  
搜索关键字:bad argument setup    ( 9442个结果
向左右滑动
接触到了向左右滑动的手势,上代码。以下实现了,向左滑动时,提出向左滑动的提示,当向右滑动时,提出向右滑动的提示。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the v...
分类:其他好文   时间:2014-07-07 08:25:17    阅读次数:245
ubuntu12.04 + virtualbox
今天启动virtualbox,竟然报错, 并提示运行/etc/init.d/vboxdrv setup , 但运行完了报错: * Stopping VirtualBox kernel modules [ OK ] * Uninstalling old VirtualBox DKMS kernel ....
分类:其他好文   时间:2014-07-07 00:45:27    阅读次数:251
iOS 不定参数方法,类似UIAlertView的方法
//-------------------------- 方法申明--------------------------/*** 模仿UIAlertView方法** @param argument 不定参数个数*/- (void)copyAlertViewMethod:(id)argument, .....
分类:移动开发   时间:2014-07-06 23:11:18    阅读次数:348
cygwin手动安装方法
最近换了新公司,由于是外资公司,整个公司网络处于一片大的局域网中,除了浏览器与指定工具之外,其它软件皆没有网络于是问题来了。。。cygwin怎么下载想要的包,由于cygwin皆靠setup在线自动下载安装,So.....然后自己摸索了下感觉网易有互联网分享精神 http://mirrors.163....
分类:Windows程序   时间:2014-07-06 19:37:52    阅读次数:335
svn(一)
1、双击执行 Setup-Subversion-1.6.5.msi2、 subversion 安装成功后,在启动svn前需要先建立一个文档仓库 我们使用svn服务器端命令 svnadmin建立 如下: svnadmin create E:\repository\svn\itcast3、建立好文档仓库...
分类:其他好文   时间:2014-07-06 18:57:46    阅读次数:248
ubuntu Python2.7 安装PIL问题
$sudo easy_install PILWARNING: '' not a valid package name; please use only.-separated package names in setup.py_imaging.c:75:20: fatal error: Python....
分类:编程语言   时间:2014-07-06 13:45:43    阅读次数:256
POJ 2377 Bad Cowtractors
最大生成树。 最小生成树改一下排序即可。 本题还要判断是否能生成树。扫描一下各个点是否并在一起即可。 #include #include #include #include #include #include #include #include #include #include #include #include #define INF 0x7fffffff #define eps...
分类:其他好文   时间:2014-07-06 09:24:03    阅读次数:261
Java读取txt文件
题:已知有个txt文件,在D:\menu.txt。 已知txt文件每行的格式均为 "AAAA_BBBB_..._CCCC","Y/N" 如果CCC为数字的话,该行数据过滤掉。 把过滤完的数据生成一个新的文件,或者打印出控制台。 例如 "TEST_ABC_12123","Y" "TEST_BCD_DE_23242","N" "TEST_BAD_DE",...
分类:编程语言   时间:2014-07-06 08:02:45    阅读次数:223
Linux-0.11源代码阅读二 实模式到保护模式
bootsect部分已经执行完成,程序也跳转到setup部分: start: ! ok, the read went well so we get current cursor position and save it for ! posterity. mov ax,#INITSEG ! this is done in bootsect already, but... mov...
分类:系统相关   时间:2014-07-03 18:38:19    阅读次数:329
在Azure上搭建Orchard CRM入口网站
这是英文版:Setup Orchard CRM portal website on Azure
分类:Web程序   时间:2014-07-03 12:44:54    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!