码迷,mamicode.com
首页 >  
搜索关键字:beauty world opencart 主题模板 abc-0046    ( 11400个结果
Linux-0.11内核源码分析系列:内存管理copy_page_tables()函数分析
/* *Author : DavidLin *Date : 2014-11-22pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001 *history : editor...
分类:系统相关   时间:2014-11-24 11:53:07    阅读次数:251
swift 设置string 中汉字中变色等处理代码
我们在做弹窗 或者显示label string的时候经常会用到字体变色 变大 等特殊处理,swift中提供一个函数NSMutableAttributedString使用方法简介var main_string = "Hello World" //定义字符串var string_to_color = "...
分类:编程语言   时间:2014-11-24 11:49:34    阅读次数:140
单词翻转
Description 输入一个句子(一行),将句子中的每一个单词翻转后输出 Input 输入有多行,每行不超过500个字符。单词之间以空格、逗号、双引号、分号、句号隔开。 Output 翻转每一个单词后的字符串 Sample Input hello world ab cd ef Sample Output olleh...
分类:其他好文   时间:2014-11-24 10:14:37    阅读次数:203
LESS CSS 框架简介
LESS CSS 框架简介使用 LESS 简化层叠样式表(CSS)的编写LESS 是动态的样式表语言,通过简洁明了的语法定义,使编写 CSS 的工作变得非常简单。本文将通过实例,为大家介绍这一框架。简介CSS(层叠样式表)是一门历史悠久的标记性语言,同 HTML 一道,被广泛应用于万维网(World...
分类:Web程序   时间:2014-11-24 08:41:15    阅读次数:435
opencart 添加新模型
1,修改模板页,复制category_list.tpl,category_form.tpl,修改成新的名称。category_list.tpl是列出页面,category_form.tpl是添加和修改页,删除页和列出页共用模板。2,控制功能再controller文件夹下3,model是具体处理数据内...
分类:其他好文   时间:2014-11-24 06:21:00    阅读次数:230
初识Ildasm.exe——IL反编译的实用工具
原文地址:http://www.cnblogs.com/yangmingming/archive/2010/02/03/1662307.htmlIldasm.exe 概要:一.前言: 微软的IL反编译实用程序——Ildasm.exe,可以对可执行文件(ex,经典的控制台Hello World 的 ....
分类:其他好文   时间:2014-11-24 00:43:29    阅读次数:297
python 简单web框架: Bottle
基本映射 映射使用在根据不同URLs请求来产生相对应的返回内容.Bottle使用route()?修饰器来实现映射. 1 2 3 4 5 from?bottle?import?route,?run@route(‘/hello‘)def?hello(): ????return?"Hello?World...
分类:编程语言   时间:2014-11-23 19:04:58    阅读次数:211
Hello World
1 system.out.println("hello world");system.out.println("hello world");
分类:其他好文   时间:2014-11-23 18:46:54    阅读次数:121
Android学习笔记-广播机制
Android广播类似QT中的信号和槽~~~界面文件activity_main.xml<TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello_world"/> <Button android:id="@+id/send1" android:la..
分类:移动开发   时间:2014-11-23 16:07:58    阅读次数:196
World Wind Java开发之四——搭建本地WMS服务器
在提供地理信息系统客户端时,NASA还为用户提供了开源的WMS Server 服务器应用:World Wind WMS Server。利用这个应用,我们可以架设自己的WMS服务并使用自己的数据(也支持缓存转发),这样开发的应用就不必依赖于互联网连接,也可以抛开NASA提供的数据源而独立运行。 1、准备工作 运行WWS服务器需要JDK、JOGL、GDAL包以及World Wind Server压...
分类:编程语言   时间:2014-11-23 15:57:38    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!