码迷,mamicode.com
首页 >  
搜索关键字:permission system lint eclipse    ( 75949个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
eclipse maven plugin 插件 安装 和 配置
环境准备:eclipse(Helios)3.6maven3.0.4maven3 安装:安装 Maven 之前要求先确定你的 JDK 已经安装配置完成。Maven是 Apache 下的一个项目,目前最新版本是 3.0.4,我用的也是这个。首先去官网下载 Maven:http://www.apache....
分类:系统相关   时间:2014-05-08 19:29:58    阅读次数:486
CentOS 6.5系统安装配置图解教程
一、安装CentOS 6.5用光盘成功引导系统,会出现下面的界面界面说明:Install or upgrade an existing system安装或升级现有的系统install system with basic video driver安装过程中采用 基本的显卡驱动Rescue instal...
分类:其他好文   时间:2014-05-08 19:22:38    阅读次数:485
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
Eclipse Android 代码自动提示功能
Eclipse for android 设置代码提示功能1、设置 java 文件的代码提示功能打 开 Eclipse 依次选择 Window > Preferences > Java > Editor - Content Assist > Auto activation triggers for J...
分类:移动开发   时间:2014-05-08 19:16:31    阅读次数:513
C#:复选框操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ...
分类:其他好文   时间:2014-05-07 20:22:28    阅读次数:345
eclipse svn org.tigris.subversion.javahl.ClientException: RA layer request failed
突然之间eclipse使用svn更新项目时报错,org.tigris.subversion.javahl.ClientException: RA layer request failed 网上搜的都是说删除C:\Users\Administrator\AppData\Roaming\Subversion\auth下的文件,删除svn登录信息,说是密码改了引起的。 但是试了几次都无效,后来想到不...
分类:编程语言   时间:2014-05-07 16:24:42    阅读次数:357
Ubuntu 14.04 server开放root ssh登录权限
刚安装了Ubuntu 14.04 server的虚拟机,普通帐号可以远程登录,但是root不行,输入密码后一直报错:permission denied最后发现ssh的配置(/etc/ssh/sshd_config)不大一样,14.04的默认配置是:PermitRootLogin without-password 要改成PermitRootLogin yes重启服务即可:restart ssh...
分类:其他好文   时间:2014-05-07 15:52:02    阅读次数:359
unicode编码问题
因为/u0022表示的是"所以本质上是:System.out.println("a".length()+"b".length());//本质上是这样的
分类:其他好文   时间:2014-05-07 15:31:07    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!