码迷,mamicode.com
首页 >  
搜索关键字:set dsrm password    ( 67660个结果
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"
AF解析json出错: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set....
分类:其他好文   时间:2014-07-22 23:04:13    阅读次数:400
动画效果 打字延迟
self.myScrollView.frame = CGRectMake(0, self.stateNavigationHight-216+80, 320, [self getUIScreenHight]-113);     [UIView beginAnimations:@"roseImageViewAnimation" context:(__bridge void*)sel...
分类:其他好文   时间:2014-05-01 22:16:12    阅读次数:362
HDU 1728 逃离迷宫
y行x列,傻傻分不清楚。 ans[ i ][ j ][ k ][ d ] 标记是否以 转弯k次且方向为d 的状态走过。 被学弟蔑视的一道题竟然没能1A,老啦。 #include #include #include #include #include #include #include #include #include #pragma comment(linker, "/...
分类:其他好文   时间:2014-05-01 22:05:33    阅读次数:438
linux 下安装 jdk tomcat 并配置
1.1  安装TOMCAT与JDK 第1步:新建boss用户,用户名:boss,密码:bossnyl 第2步:将安装用户路径设置成/app/boss [root@localhost]# useradd-d /app/boss -m boss [root@localhost]# passwdboss Changing password for user boss. New passwor...
分类:系统相关   时间:2014-05-01 18:10:53    阅读次数:589
Linux下读写UART串口的代码
Linux下读写UART串口的代码,从IBM Developer network上拿来的东西,操作比较的复杂,就直接跳过了,好在代码能用,记录一下~ 两个有用的函数~ //////////////////////////////////////////////////////////////////////////////// /** *@brief 设置串口通信速率 *@param fd...
分类:系统相关   时间:2014-05-01 18:04:52    阅读次数:629
php---数据库类封装
为了节省以后的时间,今天封装了操作sql语句的一个类,在此保存起来,方面以后使用。 这个类的文件名:SqlTool.class.php 主要有dql和dml两个函数 看下面的源码“ <?php class SqlTool{ private $conn; private $username="root"; private $password="12...
分类:数据库   时间:2014-05-01 18:00:57    阅读次数:432
jodatime持久化hibernate jpa
jodatime持久化hibernate jpa...
分类:系统相关   时间:2014-05-01 17:37:17    阅读次数:562
ios7 自定义UINavigationBar UIBarButtonItem 10px的偏移纠正的两种解决方案
方案一:利用UINavigationBar 自带的布局item(Fixed space Bar Button Item)来适配ios7. 其实就是在原来返回按钮的位置上在多加一个占位的Item 为UINavigationBar 写一个分类。UINavigationItem+correct_offset.h #import @interface UINavigationIte...
分类:移动开发   时间:2014-05-01 17:29:39    阅读次数:525
Upstart事件驱动的任务和服务引导方法简述
Upstart是一个基于事件的替代在引导过程中处理任务和服务的启动、停止、监督整个系统运行的/sbin/init守护进程的一个程序。 在Unix和Linux系统上的“初始化”或“系统初始化”过程中有进程ID(PID)为“1”。也就是说,它是启动在系统引导时(忽略的initrd/ initramfs)装载的第一道工序。根据官方说法,Upstart是一个替代传统的Unix的“System V”的“init”制度的“INIT”。Upstart提供与传统的“初始化”系统相同的功能,但超越了原有的许多方面。 在系...
分类:其他好文   时间:2014-05-01 17:22:23    阅读次数:292
ubuntu双系统开机顺序及时间设置
1,打开终端(按下ctrl+alt+t) 2.输入sudo gedit /boot/grub/grub.cfg,然后输入密码。 3,在弹出到文本文件编辑器里面的第十三行左右到位置的set default=""默认是等于零。这个时候,如果你想默认启用windows,需要看一下开机到时候你的windows排在第几个,假设你的windows排在第n个,则set default里面输入n-1即可 ...
分类:其他好文   时间:2014-04-30 22:28:40    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!