码迷,mamicode.com
首页 >  
搜索关键字:run as administrator    ( 21581个结果
Android多线程研究(9)——线程锁Lock
在前面我们在解决线程同步问题的时候使用了synchronized关键字,今天我们来看看Java 5.0以后提供的线程锁Lock.Lock接口的实现类提供了比使用synchronized关键字更加灵活和广泛的锁定对象操作,而且是以面向对象的方式进行对象加锁。 @Override public void run() { while(true){ Lock lock = new Re...
分类:移动开发   时间:2014-06-11 00:57:51    阅读次数:329
创建硬链接避免重装系统数据丢失
创建硬链接 1. 确保administrator账户可以登录(使用win+R打开运行并输入lusrmgr.msc) 2. 使用administrator登陆 3. 剪切当前使用的账户的文件夹到非系统盘(如果无权限请注意修改,切记数据别丢失) 4. 删除系统盘下的账户文件夹 5....
分类:其他好文   时间:2014-06-10 20:24:41    阅读次数:288
[转]Oracle 10g/11g 密码策略 用户口令 大小写敏感
一.Oracle 10g1.1说明在Oracle 10g下,默认情况下,密码是不区分大小写的。这个是由于密码文件的默认参数有关。C:\Users\Administrator.DavidDai>orapwdUsage: orapwd file=entries= force= ignorecase=no...
分类:数据库   时间:2014-06-10 19:34:46    阅读次数:504
oracle断电重启之ORA-01033和ORA-01172
参考文献:ORA-01033:解决方法数据库掉电后 ORA-01172 磁盘坏块解决方法--尝试连接数据库prjdbC:\Documents and Settings\Administrator>sqlplus test/test@prjdbSQL*Plus: Release 11.2.0.1.0 ...
分类:数据库   时间:2014-06-10 13:22:47    阅读次数:393
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using Sy...
分类:其他好文   时间:2014-06-10 11:19:19    阅读次数:1209
管理集群中的 crs 管理员
?? 管理集群中的 crs 管理员 oracle Managing CRS Administrators in the Cluster Use the following commands to manage CRS Administrators in the cluster: The CRS Administrator is a predefined administrator role...
分类:其他好文   时间:2014-06-10 11:00:29    阅读次数:238
Erlang Shell调试网络程序真方便
Erlang的shell功能强大,这里我将它当成我的客户端。可以动态的输入你需要发送的内容,也可以动态的接收内容,就像调试器一样,在开发过程中起到很重要的作用。具体使用方式如下:C:\Documents and Settings\Administrator>erlEshell V5.10.4 ...
分类:其他好文   时间:2014-06-10 09:06:40    阅读次数:205
【leetcode】First Missing Positive
Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2. Your algorithm should run in O(n) time and uses constant...
分类:其他好文   时间:2014-06-10 07:42:16    阅读次数:244
使用maven打包项目并上传到Linux服务器
maven打包: 项目右键Run as-->Maven build...--> 出来下面的界面,注意红色部分的填写,Goals填写package表示打包,下面的Skip Tests表示打包时不执行单元测试。 点击Run 就打包成功了,jar包在空间下/项目名/target下。没有打包配置文件。...
分类:系统相关   时间:2014-06-10 06:42:57    阅读次数:282
java创建一个简单的小框架frame
import java.awt.*; import javax.swing.*; public class SimpleFrameTest { public static void main(String[] args) { EventQueue.invokeLater(new Runnable(){ // 开一个线程 public void run() { Simpl...
分类:编程语言   时间:2014-06-10 06:05:33    阅读次数:566
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!