1. Go to 'Extras' -> download and install 'Babel'. 2. Set up '.htaccess' file, currently, we set up three languages: find '# The Friendly URLs part' in your .htaccess / ht.access file, replace the existing code with: # The Friendly URLs part # redire…
DG环境搭建需求,因此安装与主库相同的软件版本 1.主库软件版本10.2.0.5.12 2dg环境提供的是全新的10.2.0.4.0 3.安装步骤,安装10.2.0.5 静默安装 psu安装10.2.0.5.12 前期准备: 生产环境 SQL>select * from dba_registry_history; ACTION_TIME ACTION NAMESPACE VERSION ID BUNDL COMMENTS ----------------------------------- -…
转自 http://www.samontab.com/web/2012/06/installing-opencv-2-4-1-ubuntu-12-04-lts/ EDIT: I published a new guide using Ubuntu 14.04 LTS and OpenCV 2.4.10 here. The latest Long Term Support version of Ubuntu(12.04 LTS) is out and a new version of OpenCV…
After installed Ubuntu13.10, and i want to run a 32bit software, in the pass, you just run sudo apt-get install ia32-libs to install the 32bit library. But in Ubuntu13.10, Canonical has decided to end support for the transitional package of ia32-libs…
SR: To write an Edge browser extension. Microsoft is releasing Windows 10 build 14291 with browser extensions support for Edge, which can only get from fast ring now. Microfoft provide developers with the Windows Insider program,  which developers ca…
At the moment I believe that there is no any Android Developer who doesn't know about Material Design anymore since it officially becomes a design philosophy by shaking the world of design in passed year. Surprisingly that it was not easy to implemen…
windows 10 rs3 release enable SMBv1 windows 10 rs3 release file sharing https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-by-default-in-windows-10-rs3-and-windows-server http://www.bit-tech.net/news/tech/software/microsoft-disab…
Go 1.10 Release Notes Introduction to Go 1.10 Changes to the language Ports Tools Default GOROOT & GOTMPDIR Build & Install Test Cgo Doc Fix Get Pprof Vet Diagnostics Gofmt Compiler Toolchain Assembler Gccgo Runtime Performance Garbage Collector C…
extends:http://inthecheesefactory.com/blog/android-design-support-library-codelab At the moment I believe that there is no any Android Developer who doesn't know about Material Design anymore since it officially becomes a design philosophy by shaking…
1.RxJava的Observable数据操作符总结 1.1.Map操作符 Map操作符对原始Observable发射的没一项数据应用一个你选择的函数, 然后返回一个发射这些结果的Observable. 简单例子: private void testMap() { String[]items = {"just1","just2","just3","just4","just5","just6&quo…