码迷,mamicode.com
首页 >  
搜索关键字:screen design    ( 8152个结果
js jq 一些属性
$(document).ready(function () { }); window.onload=方法;页面加载完触发var iWidth = 300; //窗口宽度 var iHeight = 200; //窗口高度 var iTop = (window.screen.height - iH.....
分类:Web程序   时间:2014-07-31 12:35:46    阅读次数:289
magento模板 -- 如何安装magento模板
在magento下面安装模板首先要了解magento的模板结构:每个magento模板都包含如下的类似结构:--app/design/frontend/default/[模板名称]-------layout-------template-------locale--skin/frontend/def...
分类:其他好文   时间:2014-07-30 20:03:44    阅读次数:226
php中五种常见的设计模式
设计模式 一书将设计模式引入软件社区,该书的作者是 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides Design(俗称 “四人帮”)。所介绍的设计模式背后的核心概念非常简单。经过多年的软件开发实践,Gamma 等人发现了某些具有固定设计...
分类:Web程序   时间:2014-07-30 17:19:24    阅读次数:391
Linux下搭建PHP开发环境(LAMP)
LAMP:Linux+Apache+Mysql/MariaDB+Perl/PHP/Python安装方法如下:注:Ubuntu下可使用sudo su 命名切换到root用户。开始安装之前,先执行EZHTTP安装前的准备工作。一、使用screen(可选)由于编译安装Nginx Apache PHP .....
分类:Web程序   时间:2014-07-30 17:13:54    阅读次数:278
C 修改命令行文本颜色
#include #include int main(){ HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE); WORD wOldColorAttrs; CONSOLE_SCREEN_BUFFER_INFO csbiInfo; /* ...
分类:其他好文   时间:2014-07-30 11:59:33    阅读次数:199
Latitude Geographics Geocortex Essentials v4.1.3 1CD
Latitude Geographics Geocortex Essentials v4.1.3 1CDDesign Data产品:Design Data SDS2 v6.336 1CD(3D 模具AEC自动化设计软件)Design Data SDS2 v6.334 1CD Data Design ...
分类:其他好文   时间:2014-07-30 11:52:33    阅读次数:190
把 Activity 改成 ListActivity继续使用 setContentView
ListActivity has a default layout that consists of a single, full-screen list in the center of the screen. However, if you desire, you can customize t...
分类:其他好文   时间:2014-07-30 11:45:33    阅读次数:314
Best Time to Buy and Sell Stock III leetcode java
题目:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may com....
分类:编程语言   时间:2014-07-30 05:35:13    阅读次数:260
Best Time to Buy and Sell Stock II leetcode java
题目:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may com....
分类:编程语言   时间:2014-07-30 05:35:03    阅读次数:309
HDU1007 Quoit Design 【分治】
Quoit Design Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 30505    Accepted Submission(s): 8017 Problem Description Have you ever...
分类:其他好文   时间:2014-07-29 22:09:32    阅读次数:375
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!