feinan.com
域名年龄: 19年4个月24天HTTP/1.1 302 Found 连接:关闭 其他指令:不缓存 缓存控制:不缓存 目标网址:/ HTTP/1.1 200 OK 缓存控制:不缓存 其他指令:不缓存 类型:text/html; charset=utf-8 过期时间:2025年10月23日 01:48:55-1 服务器:Microsoft-IIS/7.5 ASP.NET版本:4.0.30319 语言环境:ASP.NET 访问时间:2015年07月11日 05:11:42 文件大小:311 文件时间(秒):1 连接:keep-alive 网站编码:utf-8
Fei Nana small person with big dreamRSS Facebook Twitter Flickr Linkedin PinterestHomeAboutDonateCredit Card GeneratorInstall Sun Java on Ubuntu 12.04 LTS12 Oct 2012 2 Commentsby feinanin Technology This simple script will help you download and install Sun Java (JRE, JDK) 6 or 7 packages in Ubuntu 12.04 LTS easily.I love this script better because it actually downloads and create a .deb package archive locally which allows you to install Java packages by using apt-get install commands.So, if other methods are too difficult to use to install Java, then try this and see how it works.Scripts to install Sun Java 6.1234wget https://github.com/flexiondotorg/oab-java6/raw/0.2.6/oab-java.sh -O oab-java.shchmod +x oab-java.shsudo ./oab-java.shsudo apt-get install sun-java6-jre sun-java6-jdk sun-java6-plugin sun-java6-fontsScripts to install Sun Java 7.1234wget https://github.com/flexiondotorg/oab-java6/raw/0.2.6/oab-java.sh -O oab-java.shchmod +x oab-java.shsudo ./oab-java.sh -7sudo apt-get install oracle-java7-jre oracle-java7-jdk oracle-java7-plugin oracle-java7-fontsList Java target on Ubuntu.1update-java-alternatives --listRead More ...SVN Merge Branch13 Jun 2012 No Commentsby feinanin Technology The following svn command will merge the “from directory” between revision LAST_MERGED_REVISION and HEAD_REVISION (inclusively) to the current working directory. After resolving the conflicts, the code changes are checked in.123svn merge -r LAST_MERGED_REVISION:HEAD_REVISION svn://server.com/svn/repository/from/directory .svn status | egrep '^C|^.C'svn ci -m "Merged changes"Types of NoSQL datastores12 Jun 2012 No Commentsby feinanin Technology The following section describes the different types of NoSQL datastores.Key Value storesExamples: Tokyo Cabinet/Tyrant, Redis, Voldemort, Oracle BDBTypical applications: Content cachingStrengths: Fast lookupsWeaknesses: Stored data has no schemaExample application: You are writing forum software where you have a home profile page that gives the user’s statistics (messages posted, etc) and the last ten messages by them. The page reads from a key that is based on the user’s id and retrieves a string of JSON that represents all the relevant information. A background process recalculates the information every 15 minutes and writes to the store independently.Read More ...NoSQL Databases Comparison12 Jun 2012 No Commentsby feinanin Technology This is a comparison of Cassandra, Mongodb, CouchDB, Redis, Riak, Membase, Neo4j and HBase:MongoDBWritten in: C++Main point: Retains some friendly properties of SQL. (Query, index)License: AGPL (Drivers: Apache)Protocol: Custom, binary (BSON)Master/slave replication (auto failover with replica sets)Sharding built-in Queries are javascript expressions Run arbitrary javascript functions server-side Better update-in-place than CouchDB Uses memory mapped files for data storage Performance over features Journaling (with –journal) is best turned on O
© 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询
2025-10-23 01:48, Process in 0.0097 second.