码迷,mamicode.com
首页 >  
搜索关键字:permission system lint eclipse    ( 75949个结果
excel设置文本格式
publicvoidToExcel(System.Web.UI.Controlctl,stringFileName){HttpContext.Current.Response.Charset="UTF-8";HttpContext.Current.Response.ContentEncoding=S...
分类:其他好文   时间:2014-05-04 20:38:49    阅读次数:405
.Net平台下实例类型无法转换成接口类型?
首先这种情况出现在应用程序启动前的方法里面。本想通过发射来实现一些功能。谁知道被这个坑了。碰到这种问题。已经相当无语了。同时也不知道该如何解决。望有能之士帮忙解答using System;using System.IO;using System.Linq;using System.Reflectio...
分类:Web程序   时间:2014-05-04 20:24:23    阅读次数:433
Eclipse错误导致无法启动The workspace exited with unsaved changes in the previous session
MyOpenSUSE:/home/jin/workspace # tail -f .metadata/.log !SESSION 2014-05-04 11:35:58.869 -----------------------------------------------eclipse.buildI...
分类:系统相关   时间:2014-05-04 19:34:07    阅读次数:984
win 8.1 64位彻底删除王码98
安全模式C:\Windows\SysWOW64\删除:winwb98.IME和winwb98.MB注册表:找到王码五笔相关的项.一般在最下面的以字母E开头的文件夹.全部删除.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard La...
分类:Windows程序   时间:2014-05-04 19:10:20    阅读次数:405
pageHtml.cs
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Collections.Specialized;namespace NewX...
分类:Web程序   时间:2014-05-04 19:04:08    阅读次数:437
maven 项目提交时不提交.project target等一些文件
首先我们只要项目中的这一部分文件提交到svn中即可。其他的都不需要 如下图所示,假设项目名为post 提交成功之后,显示应为上图所示。。 接下来,我们要对这个项目提交过程中的一些东西进行过滤。如:  将maven项目提交到svn时,应该避免将target目录及eclipse配置文件 (.project,.classpath,.settings)提交,因为这些文件都是可以从源代码和p...
分类:其他好文   时间:2014-05-04 18:32:21    阅读次数:582
托管c++ (CLI) String^ 到 std::string 的相互转化
#include "stdafx.h" #include #include #include using namespace msclr::interop; using namespace System; int main(array ^args) { // 为了可以打印wstring到控制台 std::wcout.imbue(std::locale("chs")); // 声明...
分类:编程语言   时间:2014-05-04 18:30:58    阅读次数:418
《linux 内核完全剖析》上帝为什么是右移20,而不是22! dir = (unsigned long *) ((from>>20) & 0xffc)
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!  dir = (unsigned long *) ((from>>20) & 0xffc) int free_page_tables(unsigned long from,unsigned long size) { unsigned long *pg_table; unsigned long...
分类:系统相关   时间:2014-05-04 18:22:41    阅读次数:459
Eclipse导入MyEclipse工程(web项目显示为java项目解决办法)
在直接Import MyEclipse的项目文件导入到Eclipse之后,需要在项目所放的workspace内修改引入项目目录下的.project文件,修改如下: 1、在eclipse中新建一个WEB项目将根目录下下的.project文件覆盖到导出的项目同样目录下, 2、打开导入项目的.project文件,修改下test中间的值即可 之后,刷新项目工程文件。继而,右键项目——>Proper...
分类:编程语言   时间:2014-05-04 18:07:37    阅读次数:282
JAVA学习笔记一(JAVA输出环境变量)
package mytest; import java.util.*;; public class mymain { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print(new Date()); Properties p=System.get...
分类:编程语言   时间:2014-05-04 17:52:02    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!