语言包复制到对应的目录:前台:将档案上传至商店根目录\catalog\language\后台:将档案上传至商店根目录\admin\language\在后台:增加了中文语言包=============选择: System -> Localisation -> Languages -> Insert L...
分类:
编程语言 时间:
2015-05-16 11:49:24
阅读次数:
121
Learn Foreign LanguagesKlaus MarquardtPROGRAMMERS NEED TO COMMUNiCATE. A lot.
There are periods in a programmer’s life when most communication seems to be with the computer—more precisely, with the pr...
分类:
其他好文 时间:
2015-05-16 09:05:30
阅读次数:
116
Python Tools for Machine LearningPython is one of the best programming languages out there, with an extensive coverage in scientific computing: comput...
分类:
编程语言 时间:
2015-05-13 21:41:00
阅读次数:
212
Know Well More Than Two Programming LanguagesRussel WinderTHE PSYCHOLOGY OF PROGRAMMiNG: people have known for a long time now that programming expertise is related directly to the number of different...
分类:
其他好文 时间:
2015-05-13 10:23:23
阅读次数:
146
一、程序包和安装环境准备1、程序版本:apr-1.5.0.tar.bz2
apr-util-1.5.3.tar.bz2
httpd-2.4.10.tar.bz2
mariadb-5.5.43-linux-x86_64.tar.gz
php-5.6.4.tar.xz
phpMyAdmin-4.0.5-all-languages.zip
Discuz_X3.2_SC_GBK.zip2、准备安装开发环境yumgroupinstall"ServerPlatform..
分类:
其他好文 时间:
2015-05-07 01:08:24
阅读次数:
186
方法一:找到php.ini搜索这3个地方 upload_max_filesize , memory_limit 和 post_max_size将他们后面的值修改成大于你需要导入的数据库大小就好了。然后重启的PHP环境.方法二:以phpMyAdmin-3.1.0-all-languages为例,我的安...
分类:
Web程序 时间:
2015-05-06 10:53:46
阅读次数:
180
1、下载phpMyadmin的压缩包:(注:phpMyAdmin-2.11.10-all-languages.tar.gz)2、安装httpd、php、php-mysql、mysql、mysql-sever、php-mbstring软件包:#yuminstall-yhttpdphpphp-mysqlmysqlmysql-serverphp-mbstringmysql-devel3、将我们下载的phpMyAdmin-2.11.10-all-langu..
分类:
数据库 时间:
2015-05-06 01:33:52
阅读次数:
286
应该是JetBrains系列IDE通用的方法,网上其他一些方法有的过时了,有的不全
默认情况下没有JQuery补全,按照以下方法添加
1. 打开Settings,Languages & Frameworks > JavaScript > Libraries 选择Add...(也可以选择Download,让ide自动下载完成)
2 名称自己定,Framework...
分类:
Web程序 时间:
2015-04-29 13:41:35
阅读次数:
1972
libiconv
An INI file parser that can read, edit and create large INI files. Usable under Microsoft Windows, DOS, Linux, etc. Supported languages are C, C++, Visual Basic, Java, TCL, Perl, Python, e...
分类:
其他好文 时间:
2015-04-26 08:05:47
阅读次数:
184
LINQ1.LINQ is a bridge over object-oriented languages and relational database.2. 注意查询格式与SQL的不同: Customer是一个类,customers是一个list容器,里面的数据是Customer型的。 IE.....