`
文章列表
Office Office学院 OFFICE学院致力于成就华人社区最受欢迎的office办公软件学习园地;为大家提供word、excel、access、FrontPage、PowerPoint等Office各个系列产品的最全的教程、用法、技巧. office教程 – Office原创技术文章、Office行业应用 ...
对于二维码大家应该并不陌生,英文名为 2-dimensional bar code 或  QR Code,是一种用图形记载信息的技术,最常见的是应用在手机应用上。用户通过手机摄像头扫描二维码或输入二维码下面的号码、关键字即可实现快速手机上网,快速便捷地浏览网页、下载图文、音乐、视频等等。 在 Ubuntu / Linux 上,有一个名为 QrenCode 的命令行工具可以很容易帮我们生成二维码。 # 安装: sudo apt-get install qrencode # 使用: qrencode -o [filename.png] ‘[text ...
http://bbs.weiphone.com/read-htm-tid-496857.html
要测试一些软件,需要2.6.30以上的内核,安装好CentOS 5.5,内核是2.6.18-194.el5.这次的升级还算比较顺利,具体的过程如下:[root@localhost ~]# uname -r2.6.18-194.el51.下载linux-2.6.30内核包到/usr/src目录cd /usr/srcwget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.gz tar -xzvf linux-2.6.30.tar.bz2 -C /usr/srccd linux-2.6.30make mrproper  清除环境 ...
This post attempts to be a complete guide to setting up a production-ready Django deployment. I’m publishing it because I hope it will help someone. It is subject to revision, as I get feedback from experience and other developers. I’m not going to populate this post with my usual literary cruft, ...
Building scalable system is becoming a hotter and hotter topic. Mainly because more and more people are using computer these days, both the transaction volume and their performance expectation has grown tremendously.This one covers general considerations. I have another blogs with more specific cover ...
git submodule add 添加项目的依赖模块 在项目的根目录添加子模块 $ cd demo_project $ git submodule add git://github.com/felixge/node-mysql.git deps/mysql $ git submodule init $ git submodule update # 提交更改 git submodule init and update 就可以直接获取依赖模块了 $ git submodule init Submodule 'deps/connect' (git://github.com/ ...
本文是从 5 Reasons Your Javascript Stinks 这篇文章翻译而来。 Javascript在互联网上名声很臭,但你又很难再找到一个像它这样如此动态、如此被广泛使用、如此根植于我们的生活中的另外一种语言。它的低学习门槛让很多人都称它为学前脚本语言,它另外一个让人嘲笑的东西是动态语言的概念是偏偏使用了高标准的静态数据类型。其实,你和Javascript都站错了立场,而现在,你让Javascript很生气。这里有五个原因能说明你的Javascript技术很烂。
在完成《启示录:打造用户喜爱的产品》一书之后(预计5月上市),我们的翻译团队——七印部落,又开始翻译起各种好文章,并在《程序员》杂志上开设了专栏,条件是,网络发布要比杂志晚一个月,好在,我们不急,晚 ...
对于各个终端控来说,screen 是几乎每天都会使用的好工具,抛开确实不易。但有了更加好用的tmux,我为什么不切换?   我为什么要从 screen 切换到 tmux 对我来说,从 screen 切换到 tmux 不是平白无故的,自然有其充分的理由。我感觉使用 tmux 更加方便、灵活和高效。我非常喜欢 tmux 的这些方面: 垂直分割窗口,当然水平也是可以的 vi 或 emacs 按键绑定模式 有多个粘贴缓冲,可完全由按键进行选取、复制、以及粘贴操作 配置很容易,尤其是状态行 脚本化,通过脚本可以方便的控制 tmux 会话 有预设布局,可搜索窗口,自动命名窗口 ...
常用 q - 查询字符串,必须的。 fl - 指定返回那些字段内容,用逗号或空格分隔多个。 start - 返回第一条记录在完整找到结果中的偏移位置,0开始,一般分页用。 rows - 指定返回结果最多有多少条记录,配合start来实现分页。 sort - 排序,格式:sort=<field name>+<desc|asc>[,<field name>+<desc|asc>]… 。示例:(inStock desc, price asc)表示先 “inStock” 降序, 再 “price” 升序,默认是相关性降序。 wt ...
curl -F "file=@data.xml" http://localhost:8080/solr/update curl -H "Content-Type: text/xml" -d "" http://localhost:8080/solr/update  
出现乱码或者查不到结果的排查方法: 1) Tomcat的server.xml需要保证: 如果没有设置URIEncoding="UTF-8",在提交查询的select的url会出现乱码,当然也就查不到了。 2) 添加索引的时候,xml数据文件需要包含utf-8声明,也就是: 然后使用Solr自带的post.jar或者curl来进行post索引: java: java -Durl=http://localhost:8080/solr/update -Dcommit=yes -jar post.jar data.xml curl:curl -F "file ...
http://code.google.com/p/kindeditor/   KindEditor is a lightweight, Open Source(LGPL), cross browser, web based WYSIWYG HTML editor written by JavaScript, easy to integrate with all of server side language such as Java, .NET, PHP, ASP, Python, Perl and Ruby. Features Lightweight: Only 30KB af ...
php 安装参数如: ./configure --prefix=/usr/local/php --enable-fastcgi --with-mysql=/usr/local/mysql --enable-zend-multibyte --with-config-file-path=/usr/local/php/conf --enable-discard-path --enable-force-cgi-redirect  
Global site tag (gtag.js) - Google Analytics