码迷,mamicode.com
首页 > 2015年05月12日 > 全部分享
Configuring Zsh
$ yaourt -S zsh aur/oh-my-zsh-gitRun for the first time, zsh will prompt for configuration. Just ignore it, because we could use oh-my-zsh to help lat...
分类:其他好文   时间:2015-05-12 08:03:30    阅读次数:116
makethe 'locate' available to the system.
Although in other distros locate and updatedb are in the findutils package, they are no longer present in Arch's package. To use it, install the mloca...
分类:其他好文   时间:2015-05-12 08:03:23    阅读次数:133
AngularJS快速入门指南09:SQL
我们可以将之前章节中的代码用来从数据库中读取数据。通过PHP Server从MySQL数据库中获取数据 {{ x.Name }} {{ x.Country }} 通过ASP.NET Server从MSSQL数据库中获取数据 {{ x.Name }} {{ x...
分类:数据库   时间:2015-05-12 08:02:23    阅读次数:186
make use a 'sudoer'
swith to super user 'root', issue this command:#visudoadd this line to it:victor ALL=(ALL) NOPASSWD: ALL'NOPASSWD', as it indicates, lets user to issu...
分类:其他好文   时间:2015-05-12 08:03:41    阅读次数:115
cuda自己常犯的傻逼错误
1.使用shared memory时如果申明__shared__ myshared;在使用kernel函数时不需要指明shared的大小如果使用extern __shared__ myshared;需要再使用kernel时再<<<>>>中指明所使用的sharedmemory的大小.2.没有为申明的d...
分类:其他好文   时间:2015-05-12 08:02:58    阅读次数:110
Configuring LAMP
First, install necessory packages:yaourt -S apache php mariadb phpmyadmin php-apache Note: libphp5.so included with php-apache does not work with mod_...
分类:其他好文   时间:2015-05-12 08:01:19    阅读次数:119
C#常用控件缩写
分类:Windows程序   时间:2015-05-12 08:03:16    阅读次数:145
Java+MyEclipse+Tomcat (三)配置MySQL及查询数据显示在JSP网页中
前面两篇文章讲述了如何配置MyEclipse和Tomcat开发JSP网站、如何配置Servlet简单实现表单提交,这篇文章主要讲述安装及配置MySQL实现数据库连接MyEclipse,最后将查询表中的数据显示在JSP网页中。 希望文章对你有所帮助,文章主要以图片描述为主,请海涵~...
分类:数据库   时间:2015-05-12 06:58:56    阅读次数:240
CFNetwork 网络请求方式1
CFNetwork 网络请求方式1...
分类:Web程序   时间:2015-05-12 06:58:46    阅读次数:136
CFNetwork 网络请求2
CFNetwork 网络请求2...
分类:Web程序   时间:2015-05-12 06:57:35    阅读次数:201
CFNetwrok网络请求3
CFNetwork 网络请求3...
分类:Web程序   时间:2015-05-12 06:56:45    阅读次数:137
CFNetwrok网络请求4
CFNetwork 网络请求4...
分类:Web程序   时间:2015-05-12 06:56:13    阅读次数:142
209. Minimum Size Subarray Sum
Given an array ofnpositive integers and a positive integers, find the minimal length of a subarray of which the sum ≥s. If there isn't one, return 0 i...
分类:其他好文   时间:2015-05-12 06:57:10    阅读次数:116
通达信公式-涨跌幅限制
R1:=IF((DYNAINFO(14)>=M), 1, 0);{涨幅不小于M}R2:=IF((DYNAINFO(14)0),1,0);{剔除停牌股}R5:=IF(((NAMELIKE('S')) OR (NAMELIKE('*'))),0,1);{剔除ST股}IF ((R1 AND R2 AND ...
分类:其他好文   时间:2015-05-12 06:57:25    阅读次数:163
若干大件:libreoffice, jdk, calibre
$ yaourt -S libreoffice-fresh libreoffice-fresh-zh-CN由于我的电脑上有ArchLinuxcn的源,里面直接有jdk,所以不用到AUR上去安装:$ sudo pacman -S jdk安装电子书管理软件:$ sudo pacman -S calibr...
分类:其他好文   时间:2015-05-12 06:54:52    阅读次数:202
利用AngularJS实现一个单页应用
看了下angular 的route,用它做个非常简单的单页面应用,记录一下。 顺便说下,好处是,页面改变时不需要刷新,而每个页面都展现不同的数据。尤其在使用模板页的时候,非常方便。快速使用Romanysoft LAB的技术实现 HTML 开发Mac OS App,并销售到苹果应用商店中。《HTM.....
分类:Web程序   时间:2015-05-12 06:57:10    阅读次数:163
Java+MyEclipse+Tomcat (三)配置MySQL及查询数据显示在JSP网页中
前面两篇文章讲述了如何配置MyEclipse和Tomcat开发JSP网站、如何配置Servlet简单实现表单提交,这篇文章主要讲述配置MySQL实现数据库连接MyEclipse,最后将查询表中的数据显示在JSP网页中。 文章主要以图片描述为主,请海涵~ Java+MyEclipse+Tomcat ....
分类:数据库   时间:2015-05-12 06:55:49    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!