Original article:
Http://www.cnblogs.com/kirinboy/archive/2009/12/08/31-days-refactoring-chn.html
It is written into a lite version with your own understanding:
31-day reconstruction:1. encapsulate the set: logic of Add/Remove of the Set2. Migration Method: migrate the method to the class that uses it more frequently.3. Move up method: refactoring is the process of migrating the method to the upper layer of the inheritance chain.4. Move down m
The server does not support the full version of ADODB,
I almost wrote a class myself to implement the ADODB function, so that I don't need to change my
Program
But now I use ADODB-lite, which is a simplified version. It's good.
Http://www.80x86.cn/blog/attachments/month_200604/15%5F150215%5F07ycadodb%5Flite1%2E20%2Ezip
However, you can use getrows instead of the fetchrow function, but remember that getrows returns a two-dimensional array.
Copy
the current style, such as widthin IE, you can write this: Xxx.currentstyl E.width In Firefox, you can write this: Xxx.getcomputedstyle (odiv,false). width); The second parameter to fill in anything, this is filled with false, personal hobbiesUse of arrays:Definition: var a=[1,2,3]; or Var a=new Array (A/n);Add a new (single) element to the array:a.push (XXX) is equivalent to adding a XXX element to the end of the arrayDelete (single) element of an array: A.pop () is equivalent to deleting an
The server does not support the full version of adodb,I almost wrote a class myself to implement the adodb function, so that I don't need to change my program.But now I use adodb-lite, which is a simplified version. It's good.Http://www.80x86.cn/blog/attachments/month_200604/15%5F150215%5F07ycadodb%5Flite1%2E20%2EzipHowever, you can use GetRows instead of the FetchRow function, but remember that GetRows returns a two-dimensional array.Copy codeThe Cod
I just touch the front end, a lot of knowledge still do not understand, before often to the blog park to inquire about their needs, and now finally his new. As a novice, the show is also easy to understand, I hope the same with the novice partners to communicate and common progress, if successful capture a big, also please enlighten you. I do not know whether here can be fortunate to find a patient point of the teacher, my future master Ah, come here AH ~ ~Don't talk nonsense, just on the code12
1. Brief introduction
jfinal + MySQL + jsp
Druid Connection Pool
Ehcache Cache
Require.js
Ajaxfileupload Upload
Ztree tree-shaped plug-in
Kindeditor Editor
TINYMCE Editor
Syntaxhighlighter Code highlighting
Lucene Full Text Search
IK Analyzer Participle
2. Instructions for use
After downloading the source code, y
Modify Content(No functional cracking, just streamlined landscaping)1. Streamlining irrelevant components2. Disable Update hints3. Hide Bottom Bar discovery4. Go to start Page ads5. Home Page Top Image modification6. Remove the red dot hint7. Streamline all sound effects8. Streamlining the language of other countries9. Change the interface background10. Set the content alignment11. Streamline large volume drawings12. Streamlined Personal interfaceNote: This version because of signature detection
Using the latest AI AI translation engine, which has a history of 16 years and 9 upgrades, supports more file formats, including PDFs, TXT, Word, Outlook, Excel, HTML Web pages, RTF, and RC format files.
Direct translation of the entire article, with multiple Windows integrated translation platform, is the English/Japanese web page, Office file translation of the preferred software.
1.7MB after the release of the compact, should be a number of users request, add the "Full text translation" funct
A good virtual optical drive tool, supporting the encryption disc, support PS, is an advanced analog backup and the combination of protection disk software. You can back up the SafeDisc protected software, and you can turn on the mirrored files for these virtual optical drives, such as cue, ISO, IMB, CCD, BWT, MDS, CDI,VCD, etc. (more formatting will be supported later).
Changes in DAEMON Tools Lite 4.48.1:
Beginning – Windows 8.1 support;
–SPTD 1.
statementsDaclarestrSQL varchar2 (100);Beginstrsql:= ' CREATE table TTT (a mumber) ';Excute immediate (strSQL);EndCursorDeclareCursor "vernier keyword" c1 is a select empno, ename,job from EMP;BeginOpen C1;Fetch C1 into emp.empno,emp.ename,emp.job;While C1%found loopDbms_output.put_line ();Fetch C1 into emp.empno,emp.ename,emp.job;End Loop;Close C1;EndTriggerTable-level triggers are executed only once when several rows are inserted at a time, and row-level triggers are executed once by insertin
usersoption:+,-, =permission:rwxACL is an access control list for more complete permission changes(14) Traditional permission changes do not support FAT32 file system, support XFS and EXT4, etc., FAT32 file system also does not support the modification of the file owners and groups;(15) When Wang logs on, the owner of a file (both the owner and the group of Wang) changesNot feasible, but can be modified to belong to group (provided that Wang User is in the group to be modified)(16) Permissions
Tags: ice stat start config conf post service restart1) effective after rebootOpen: Chkconfig iptables onOFF: Chkconfig iptables off2) immediate effect, failure after rebootOpen: Service iptables startClose: Service iptables stopIt should be stated that for other services under Linux, the above command can be used to perform the open and close operations.When the firewall is turned on, make the following settings, open the relevant port,Modify the/etc/sysconfig/iptables file to add the following
# #tensorflow简单介绍:TensorFlow? is a open source software library for numerical computation using data Flow graphs.https://www.tensorflow.org/TensorFlow is Google's second generation of AI learning systems based on Distbelief, and its nomenclature derives from its own operating principles. Tensor (tensor) means that n-dimensional arrays, flow (flow) means that base
This article describes how to install TensorFlow in virtualenv mode on Ubuntu.Install Pip and virtualenv:# ubuntu/linux 64-bitsudo apt-get install python-pip python-dev python-virtualenv# Mac OS xsudo easy_install pipsudo pip I Nstall--upgrade virtualenvTo create a virtualenv virtual environment:Enter the parent directory where you want to install TensorFlow, and then execute the following command to establ
* Record the configuration process, the content is basically the configuration of the problems encountered in each step and the corresponding method found on the Internet, the format will be more confusing. Make some records for the younger brothers and sisters to build a new server to provide some reference (if the teacher to buy a new server), but also hope to help people in need.
System configuration: CPU Xeon e5-2620 V3, Gpu:nvida TITAN X, Os:ubuntu 14.04
Laboratory to block Titan X, the s
Some tensorflow examples under Windows do not run successfully, such as the example in Https://www.tensorflow.org/tutorials/wide to report the following error: '' Nonetype ' object has no attribute ' bucketize 'Therefore, it is decided to install TF on the Linux environment.Landlord with the Linux system for UBUNTU-16.04.2-DESKTOP-AMD64, installed in the VirtualBox 5.1.18 version.Note that the Unbuntu needs to be 64 bit !!!
for Linux1.4 TensorFlow 0.11TensorFlow GitHub above mentioned 4 kinds of installation methods, this tutorial using the four source code installationVIRTUALENV InstallationAnaconda InstallationDocker InstallationInstalling from sourcesHttps://github.com/tensorflow/tensorflow ()Description: I chose the Linux GPU Python2(2) Click Python 2 to start the download.2. I
What to note: Install TensorFlow on Ubuntu (version python2.7)Note Date: 2018-01-31
Install TensorFlow on Ubuntu (version python2.7)My system environment:
Ubuntu 16.04 LTS
Python 2.7
Python 3.5
Two versions of TensorFlow:The TensorFlow is mainly installed in the following ways:
Virtualenv
Pip
Docker
Anaconda
So
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.