码迷,mamicode.com
首页 >  
搜索关键字:online change schem    ( 10108个结果
真机调试安卓程序
将手机 usb 插入主机usb接口!首先得安装手机的驱动程序。如果没有自动下载成功,可以利用手机连接软件来下载手机驱动程序。()豌豆荚之类的打开eclipse,新建android工程项目!建好之后,右键工程 run as --3之后弹出对话框,如果真机连接成功,State显示 Online如果看不到...
分类:移动开发   时间:2014-05-10 05:37:26    阅读次数:411
九度 1108
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else...
分类:其他好文   时间:2014-05-10 04:48:25    阅读次数:287
九度 1121
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-10 04:36:26    阅读次数:269
AIX 5.3下Oracle 10g RAC 启动故障--CRS启动失败
AIX5.3下Oracle10gRAC启动故障--CRS启动失败系统环境:操作系统:AIX5300-09集群软件:CRS10.2.0.1数据库:Oracle10.2.0.1系统架构图故障现象:系统重启后,在节点上CRS启动失败或CRS服务启动成功,CRSResource无法ONLINE。[root@aix213racg]cat/etc/hosts127.0.0.1loopbackloc..
分类:数据库   时间:2014-05-10 03:57:53    阅读次数:1163
九度 1101
#include #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else #define FINPUT(file) freopen(fi...
分类:其他好文   时间:2014-05-10 03:38:02    阅读次数:270
Mysql安装配置,修改初试密码。
绿色版本,解压缩D:\Software\mysql-advanced-5.6.18-winx64my-default.ini 改名my.inimy.ini内容如下# For advice on how to change settings please see# http://dev.mysql.c...
分类:数据库   时间:2014-05-10 02:30:15    阅读次数:495
Kendo UI diagram 更改connnect线颜色,及shapes的属性值
1、改diagram中连线的颜色:redraw一下就OK// Change the Line Greendiagram.connections[indexS].redraw({stroke:{color:"green"}});diagram.connections[indexD].redraw({s...
分类:其他好文   时间:2014-05-10 02:29:49    阅读次数:414
centos vsftp 500 OOPS: cannot change directory
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置# getsebool -a|grep ftpftp_...
分类:其他好文   时间:2014-05-09 22:59:08    阅读次数:351
Android Button Maker(在线生成android shape xml文件的工具),真方便!
直接上地址:http://angrytools.com/android/button/ 使用起来超简单,如图: Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resource...
分类:移动开发   时间:2014-05-09 14:54:36    阅读次数:492
Jquery操作select小结
每次操作select都要查资料,干脆总结一下。为select设置placeholder为Select添加事件,当选择其中一项时触发$("#select_id").change(function(){ //code...});jQuery获取Select选择的Text和Value:var che...
分类:Web程序   时间:2014-05-08 05:48:25    阅读次数:509
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!