码迷,mamicode.com
首页 >  
搜索关键字:attractive music store opencart 自适应主题模板 abc-0237    ( 6780个结果
MacPro 使用cnpmjs搭建私有npm服务
前言前段时间看到npm私有库cnpmjs.org,一直想试一下怎么搭建,直接就拖到现在了,太懒!先简单介绍下cnpmjs.org吧:cnpm的意思是Company npm。根据github上的介绍,翻译过来大概是:基于koa,MySQL和Simple Store Service的企业npm私有库和w...
分类:Web程序   时间:2014-12-11 00:13:58    阅读次数:761
禁止浏览器缓存
HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E...
分类:其他好文   时间:2014-12-10 17:50:06    阅读次数:140
【Daily Scrum】12-09
DONE:Image Selection, Happiness and OldTime 的定义。Music的选取。On going :Algo为render部分定义输入。TODO:整个实时Render的PipelineBurndown图:Sprit3 进展良好。
分类:其他好文   时间:2014-12-10 07:04:17    阅读次数:185
Session not active, could not store state 的解决方法
1、开口加上session_start()http://metah.ch/blog/2014/05/facebook-sdk-4-0-0-for-php-a-working-sample-to-get-started/2、http://stackoverflow.com/questions/2350...
分类:其他好文   时间:2014-12-09 22:51:40    阅读次数:223
【汇编指令】数据处理指令之算术指令集
ARM指令集: 其中包括数据处理指令集 1)算术指令(ADD,ADC,SUB,SBC , RSB, RSC ) ①加法指令:ADD,ADDS 其中带S的表示可以更新标志位 ADD/ADDS Add values and store result to register. Syntax   ADD{cond}{S}  Rd, Rn, Op2 Descr...
分类:其他好文   时间:2014-12-09 21:38:25    阅读次数:286
【Oracle】第一章创建授权
ORACLE 第一章创建授权 通过命令查看控制文件,数据文件,日志文件:   控制文件 : Desc v$controlfile;   数据文件 :desc v$datafile;   日志文件: desc v$logfile; 1. 执行导入  .sql文件     命令语法如下:           directory_path\store_schema.sql     其中 ...
分类:数据库   时间:2014-12-09 21:35:07    阅读次数:361
alsamixer + alsactl 控制放音通道
1 使用alsamixer的gui界面配置放音(控制OUT1,OUT2的音量); 2 退出alsamixer,使用alsactl store生成配置文件,文件位于/etc/asound.state;3 将/etc/asound.state另外命名为/etc/asound-ch0.state;4 重复...
分类:其他好文   时间:2014-12-09 15:25:07    阅读次数:178
【leetcode】 Unique Binary Search Trees II (middle)☆
Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 uni...
分类:其他好文   时间:2014-12-09 15:23:03    阅读次数:178
Sharepoint 2013 Retrieve Taxonomy Term Store via Javascript
This blog will show you how to retrieve term store, term group, term set and term via JavaScript 1. First, you need understand Managed Metadata Service, it used for storing metadata, and have the dat...
分类:编程语言   时间:2014-12-09 14:00:44    阅读次数:204
【leetcode】 Unique Binary Search Trees (middle)☆
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1 ....
分类:其他好文   时间:2014-12-09 13:54:28    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!