码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
设置Eclipse编码方式
1、windows->Preferences...打开"首选项"对话框,左侧导航树,导航到 general->Workspace,右侧Text file encoding,选择Other,改变为UTF-8,以后新建立工程其属性对话框中的Text file encoding即为UTF-8。2、wind...
分类:系统相关   时间:2014-11-05 19:38:42    阅读次数:180
jquery easyui 1.4.1 API( CHM版)
ChangeLogBugThe combogrid has different height than other combo components. fixed.datagrid: The row element loses some class style value after calling...
分类:Windows程序   时间:2014-11-05 16:24:14    阅读次数:324
Linux_C dup()
1 /* 2 * stdinredir2.c 3 * shows two more methods for redirecting standard input 4 * use #define to set one or the other 5 */ 6 #include 7 #incl...
分类:系统相关   时间:2014-11-04 22:26:28    阅读次数:338
eclipse构建maven的web项目
1、选择建立Maven Project 选择File -> New -> Other,在New窗口中选择 Maven -> Maven Project;点击next2、选择项目路径Usedefault Workspace location默认工作空间3、选择项目类型在Artifact Id中选择ma...
分类:Web程序   时间:2014-11-04 18:51:05    阅读次数:166
VS2010安装包制作
最近对软件安装包制作研究了一下,下面记录了一种比较简单,不用写代码的方法。1、New Project---->Other Project Types ---->Visual Studio Installer---->Setup Project命名为:Install 这时在VS2010的File S....
分类:其他好文   时间:2014-11-04 16:32:59    阅读次数:299
后缀表达式(栈)
后缀表达式 Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 0   Accepted Submission(s) : 0 Font: Times New Roman | Verdana | Georgia Font Size: ← →...
分类:其他好文   时间:2014-11-03 13:05:17    阅读次数:163
hibernate导入驱动步骤
首先:新建一个Web项目第一步:打开MyEcilpse工具找到Window———showView——Other(敲入DB找到:DBBrowser)OK之后在空白处,右键new一个呈现出加载驱动的窗体第二步:在Drivertemplate:选择Oracle(Thindriver)Drivername:(随便输入一个)ConnectionUrRL:jdbc:oracle:thin:@l..
分类:Web程序   时间:2014-11-03 01:29:30    阅读次数:157
Poj1328-Radar Installation
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2014-11-03 01:19:32    阅读次数:345
Hadoop2.x介绍与源码编译
1、Hadoop 项目的四大模块 Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:其他好文   时间:2014-11-02 22:38:57    阅读次数:396
xcode在Archive生成安装包时遇到ld: library not found for -lPods
这个问题很容困扰,一般有以下几个方案 进入target的 Build Phases- Link binary Library,找到libPods.a,如果是红色的,删除,即可 其他解决方案 Build Setting > Other Linker Flag: Try to change wherever $(TARGET_BUILD_DIR) to $(BUILT_PRODUCTS...
分类:其他好文   时间:2014-11-01 23:19:24    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!