码迷,mamicode.com
首页 >  
搜索关键字:all builds will run    ( 42493个结果
VS 2013 链接不上TFS 但是web可以
?? VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002 TF31002: Unable to connect to VisualStudio Online with VS 2013 but I can using web access - Windows 8.1.    FIX: 1. Close all i...
分类:Web程序   时间:2014-07-22 23:05:53    阅读次数:531
sys用户,密码文件 dba权限的关系
oracle@ywdb ~]$ sqlplus "/as sysdba" SQL*Plus: Release 11.1.0.7.0 - Production on Tue Apr 29 15:40:38 2014 Copyright (c) 1982, 2008, Oracle. All rights reserved. Connected to: Oracle Data...
分类:数据库   时间:2014-07-22 23:01:54    阅读次数:435
codeforces Towers 题解
Little Vasya has received a young builder’s kit. The kit consists of several wooden bars, the lengths of all of them are known. The bars can be put one on the top of the other if their lengths are the...
分类:其他好文   时间:2014-07-22 23:01:53    阅读次数:323
Java多线程之认识多线程
1、进程与线程的区别 进程是程序的一次动态执行过程。 线程就是把进程分成更小的单元进行。 2、Java实现多线程有两种方法。一是继承Thread类,另一种是实现Runnable接口。 Thread类是在java.lang包中定义的,一个类只要继承了Thread类,此类就称为多线程实现类。在Thread子类中, 必须明确地覆写Thread类中的run()方法,此方法为线程的主体。   调...
分类:编程语言   时间:2014-07-22 23:01:34    阅读次数:315
Oracle的操作系统身份认证(转)
oraclelogin数据库远程登录authenticationossqlnet.authentication_services=(NTS),在$ORACLE_HOME/network/admin/sqlnet.ora中NTS特指的是windows系统,或者设为all,这两种情况都允许操作系统认证。...
分类:数据库   时间:2014-07-22 23:00:35    阅读次数:457
SCJP_104——题目分析(3)
11. what is reserved words in java?A. run B. default C. implement D. import Java 中,给标识符取名的时候,不能使用关键字和保留字。在 Java 中常用的关键字有: 1、访问控制符: public、protecte...
分类:其他好文   时间:2014-07-22 22:59:16    阅读次数:262
oracle 优化or 替换为in、exists、union all的几种写法,测试没有问题!
oracle 优化or 替换为in、exists、union的几种写法,测试没有问题! 根据实际情况用选择相应的语句吧!如果有索引,or全表扫描,in 和not in 也要慎用,否则会导致全表扫描,...
分类:数据库   时间:2014-05-01 22:12:59    阅读次数:755
关于贴图看不到。显示是白色或者其他。
0125更新后的后遗症。具体原因就不纠结了。。因此不能直接调用all.material 需要进行修改了才能正常贴图。如此,比较麻烦。用了我发的这个东西,以后就不用在补丁内加入 all.material,直接用官方就OK。。
分类:其他好文   时间:2014-05-01 20:38:12    阅读次数:384
网络音乐播放
1、权限2、代码播放:new Thread(){ public void run(){ mediaPlayer=MediaPlayer.create(MainActivity.this, Uri.parse(wangZhi)); try{ URL myURL...
分类:其他好文   时间:2014-05-01 18:45:24    阅读次数:288
archlinux xfce conky 设置
~/.conkyrc# Conky, a system monitor, based on torsmo## Any original torsmo code is licensed under the BSD license## All code written since the fork of...
分类:系统相关   时间:2014-05-01 18:42:00    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!