码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
Java学习之Xml系列一:初始步骤、查询元素及属性、遍历元素
话不多说,全在代码和注释说明里了。 DTD文件:SwordTypeDefinition.dtd <?xml?version="1.0"?encoding="UTF-8"?> <!ELEMENT?SwordLibrary?(Sword*)> <!ELEMENT?Sword?(SwordName,Price,Attack)> <!ELEMENT...
分类:编程语言   时间:2014-07-23 00:32:07    阅读次数:330
centos yum 升级Python2.6 到 2.7
背景:开发部需要使用python2.7,由于公网的环境python版本都是系统自带的,版本是2.6,需要升级,最好是通过RPM升级。实施步骤:1,下载nux的release文件wgethttp://li.nux.ro/download/nux/dextop/el6/i386/nux-dextop-release-0-2.el6.nux.noarch.rpmrpm-ivhnux-dextop-rele..
分类:编程语言   时间:2014-07-23 00:22:48    阅读次数:252
Python 2.7的字典实现
/* Pure C simple version of python 2.7.8 hash table *//* Sample usage: see main() */#include #include #include #include #define PyDict_MINSIZE 8#defin...
分类:编程语言   时间:2014-07-22 22:47:53    阅读次数:341
EF codefirst 数据库迁移
如果出现未能加载文件或程序集“Microsoft.VisualStudio.Shell, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。重新安装EF 命令Install-...
分类:数据库   时间:2014-07-22 22:45:55    阅读次数:293
SQLiteDatabase 源码
/** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
分类:数据库   时间:2014-07-22 22:45:32    阅读次数:355
SQLiteOpenHelper 源码
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:数据库   时间:2014-07-22 22:42:12    阅读次数:343
linux内网机器访问外网代理设置
1、检查机器 ? ???在操作中发现访问外网的机器本身不能使用yum 安装软件,故需要配置yum安装源。如果可以的,这步可忽略。 [root@localhost?test]#?lsb_release?-a LSB?Version:????:core-4.0-amd64...
分类:系统相关   时间:2014-07-22 22:38:15    阅读次数:530
su - user解释
su [-fmp] [-c command] [-s shell] [--help] [--version] [-] [USER [ARG]]-c command:变更账号为USER的使用者,并执行指令(command)后再变回原来使用者。Linux下 su命令与su - 命令有什么区别?su us...
分类:其他好文   时间:2014-07-22 22:34:54    阅读次数:268
TEST
current/ |--VERSION |--edits_* |--fsp_w_picpath_0000000000008547077 |--fsp_w_picpath_0000000000008547077.md5 |--seen_txid |--fstime
分类:其他好文   时间:2014-07-22 18:15:12    阅读次数:212
maven 构建可执行jar文件
第一部分:认识jar中的MANIFEST.MF文件一、MANIFEST.MF文件的基本配置信息:1.一般属性: Manifest-Version:定义manifest文件的版本 Created-By:定义该文件的生成者,一般是由jar命令行工具生成 Signature-Version:定义jar文件...
分类:其他好文   时间:2014-07-22 00:04:33    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!