码迷,mamicode.com
首页 >  
搜索关键字:includes    ( 1038个结果
Bootstrap——Jumbotron编写
Navbar example This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive....
分类:其他好文   时间:2014-10-27 12:21:57    阅读次数:192
A Tour of Go Slices
A slice points to an array of values and also includes a length.[]Tis a slice with elements of typeT.package main import "fmt"func main() { p := []...
分类:其他好文   时间:2014-10-27 01:45:20    阅读次数:222
ecshop属性排序
属性的排序有三个方式:sort_order, attr_price, goods_attr_id如果要修改的话,修改 includes/lib_goods.php文件的 get_goods_properties()函数。找到 ORDER BY a.sort_order, g.attr_price, ...
分类:编程语言   时间:2014-10-23 12:17:15    阅读次数:227
在mysql 服务器上安装sysbench-0.4.12,报错。
下载可以到csdn.net上下载。其他环境介绍:1、rhel6.3x64,最小化安装2、mysql5.5.40安装步骤:tarxzvftar-xzvfsysbench-0.4.12.tar.gzcdsysbench-0.4.12./autogen.sh./configure--prefix=/project/class2/sysbench--with-mysql=/project/class2/mysql/--with-mysql-includes=/..
分类:数据库   时间:2014-10-21 15:43:01    阅读次数:228
Ecshop支付宝插件SQL注入及漏洞利用(exp)
0x00 在\includes\modules\payment\alipay.php文件中,有一个response函数用来处理支付信息,在ECSHOP的init初始化文件中,默认是做了全局转义的,而这个漏洞的精髓在于绕过全局转义。 在$order_sn = str_replace($_GET['subject'], '', $_GET['out_trade_no']);...
分类:数据库   时间:2014-10-21 13:53:51    阅读次数:311
cygwin 安装 apt-cyg
git 地址 https://github.com/transcode-open/apt-cyggit上的使用说明apt-cygapt-cyg is a Cygwin package manager. It includes a command-line installer for Cygwin w...
分类:Windows程序   时间:2014-10-15 12:25:50    阅读次数:320
Android各种分辨率类型
1.设备分辨率The platform includes the following device definitions for use in creating Android Virtual Devices in theAVD Manager:Nexus 7 (7.3", 800 x 1280,...
分类:移动开发   时间:2014-10-15 11:56:20    阅读次数:174
[转]编写 android.mk 中 LOCAL_C_INCLUDES 的技巧
看原文请移步:编写 android.mk 中 LOCAL_C_INCLUDES 的技巧在编写android.mk的过程中,免不了要修改LOCAL_C_INCLUDES来设置头文件的include目录, 一般写成这样LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Cla...
分类:移动开发   时间:2014-10-14 12:49:38    阅读次数:206
【转】Update: Android.mk 中的 LOCAL_SRC_FILES, LOCAL_C_INCLUDES
看原文请移步:Update: Android.mk 中的 LOCAL_SRC_FILES, LOCAL_C_INCLUDES我在先前的两篇post 编写Android.mk中的LOCAL_SRC_FILES的终极技巧编写 android.mk 中 LOCAL_C_INCLUDES 的技巧中提到了一些...
分类:移动开发   时间:2014-10-14 11:39:28    阅读次数:199
Method and apparatus for providing total and partial store ordering for a memory in multi-processor system
An improved memory model and implementation is disclosed. The memory model includes a Total Store Ordering (TSO) and Partial Store Ordering (PSO) memo...
分类:移动开发   时间:2014-10-14 02:05:27    阅读次数:442
1038条   上一页 1 ... 89 90 91 92 93 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!