码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
Linux中的TUN/TAP设备
今天才发现这家伙。。。怎么讲。。。深以为耻。晚上的任务是加深对它的了解,就这么定了。1. General questions.1.1 What is the TUN ?The TUN is Virtual Point-to-Point network device.TUN driver was de...
分类:系统相关   时间:2014-10-29 12:07:56    阅读次数:267
mongodump and mongorestore of mogodb
The another tool will be mentioned in this blog, namely mongodump and mongorestore.  General speaking, it’s very useful to back up or to restore the data of database or collection by means of mongodu...
分类:数据库   时间:2014-10-29 02:00:22    阅读次数:224
电力软件GateCycle+PSASP+Etap完整好用Thermoflow
电力软件GateCycle+PSASP+Etap完整好用ThermoflowGateCycle v5.32.0电力软件 GateCycle 是世界上最大的电力设备和工业产品制造商通用电力公司(General Electric)和EnterSoftware共同开发的电厂,燃气轮机动力系统模拟(能量.....
分类:Web程序   时间:2014-10-28 17:07:59    阅读次数:428
DbVisualizer Personal 中文乱码问题的通用解决方法
在SQL Commander中,sql语句中如果有中文,显示是口。 解决办法如下: 在Tools->Tool Properties->General->Appearance->Fonts中,如下图设置。...
分类:数据库   时间:2014-10-28 12:13:40    阅读次数:358
eclipse、MyEclipse实现批量修改文件编码
在使用eclipse或MyEclipse编程时,经常遇到部分文件打开后出现乱码的情况(特别是在导入项目后) 1:右击项目选择properties->Resource>Other选择UTF-8,apply->Ok即可 这种方式一般只是改变java文件的编码 2:Windows -> Preferences -> General -> Content Types 在右边的窗口中点击"text...
分类:系统相关   时间:2014-10-26 14:22:56    阅读次数:195
java:正则移出html元素
package com.loongtao.general.crawler.slave;import java.util.regex.Matcher;import java.util.regex.Pattern;public class HtmlUtil { private static fin...
分类:编程语言   时间:2014-10-24 18:03:33    阅读次数:248
Java-Hirbernate中文乱码问题
当你从前台接收的值一直到Action 里面都没有乱码的时候,然而写入数据库的时候确实乱码的这里有几个原因:1.你的数据库字符编码指定出问题了当你指定varchar类型的时候,字符集一定要指定成utf-8校对指定成utf8_general_ci不然就会出现乱码2.就是Hirbernate的配置文件里面...
分类:编程语言   时间:2014-10-23 11:58:29    阅读次数:126
android NDK开发编译C++文件出现Type 'jint' could not be resolved和Unresolved inclusion: <jni.h>的解决办法
今天在编译android NDK工程的时候,在jni文件夹下的cpp文件中报了一大堆错误,诸如:Unresolved inclusion: 、Type 'jint' could not be resolved、Type 'jintArray' could not be resolved等,根据经验,这样的错误肯定是没有包含相应的头文件导致的。 解决方案: 选中工程,右键->Properties,点击C/C++ General展开,点击Path and Symbo...
分类:移动开发   时间:2014-10-22 11:06:58    阅读次数:203
【MongoDB】The connection between two tables
In mongoDB, there are two general way to connect with two tables. Manual Connection and use DBRef 1. Basically manual connection  Firstly init the data which was saved in the different collections....
分类:数据库   时间:2014-10-22 06:28:15    阅读次数:197
GTFS
DocumentationThe General Transit Feed Specification isdocumentedona Google Code site.Tablesin our feedWecurrently includethe following tables in the C...
分类:Web程序   时间:2014-10-21 21:21:03    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!