photoshop CS6 ai出现配置错误:16
json数据
分类:
Web程序 时间:
2015-04-17 19:58:13
阅读次数:
108
Widgets can span multiple columns or rows in a grid. In the next example we illustrate this.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 t...
分类:
其他好文 时间:
2015-04-17 19:57:13
阅读次数:
213
这里用nux-dextop仓库来配置Nux Dextop桌面对CentOS和RHEL 6/7可用。它是一个面对CentOS、RHEL、ScientificLinux的含有许多流行的桌面和多媒体相关的包的第三方RPM仓库。1. 安装EPELNux Dextop被设计与EPEL仓库共存。因此,你需要在使...
分类:
其他好文 时间:
2015-04-17 19:58:20
阅读次数:
197
1、安装express框架生成包npm install express-generator -g2express命令常用选项 -h, --help output usage information -V, --version output the versi...
分类:
其他好文 时间:
2015-04-17 19:57:20
阅读次数:
113
一、我们使用wamp,首先保证wamp打开,服务打开状态二、创建数据库,创建表要注意这里的数据集要选择utf8,否则插入数据会乱码创建表选择高级属性,也要设置数据集可以设置id为主键并且自增长这样数据库shoes就创建好了,并且有一个空表shoes_jd_wx。三、连接数据库创建文件dblink.p...
分类:
数据库 时间:
2015-04-17 19:57:31
阅读次数:
165
作为初学者,一开始就接触div+css ,所以说实话,我并不怎么喜欢table布局,一般逃避。先上这次的效果图:看到这个图,第一次用table布局没实现,原因是给tr加下边框失效。当时没找到原因,以前没用过table布局。今天重新翻出来用table布局实现dom结构是:div>table>cap.....
分类:
其他好文 时间:
2015-04-17 19:55:19
阅读次数:
98
前言: 在项目开发当中,往往需要利用网络.而用户的网络环境也需要我们开发者去注意,根据不同的网络状态作相应的优化,以提升用户体验.但通常我们只会判断用户是在WIFI还是移动数据,而实际上,移动数据也分为2G/3G/4G等不同制式.而不同的网络制式又对用户体验产生较为明显的影响(对于依赖网络的项目而....
分类:
移动开发 时间:
2015-04-17 19:55:30
阅读次数:
190
1、函数需要初始化,否则下次调用函数时,Result还是上次的值,可能会引起误判。但是不会有内存泄漏,即使包含string类型的成员。2、如果record包含的都是值类型的成员,比如integer,可以用ZeroMemory或者FillChar,函数多次调用时也不会内存泄漏。如果,包含string类...
分类:
其他好文 时间:
2015-04-17 19:57:16
阅读次数:
121
1、http://www.blogways.net/blog/2013/08/24/debug-in-express.html关于express用到的日志库debug的知识点滴2、https://cnodejs.org/topic/540833010256839f71e05fdcexpress4.8...
分类:
Web程序 时间:
2015-04-17 19:56:16
阅读次数:
174
Junit多用例测试1-运行多个测试类有两个测试类,叫CalculatorTest和CalculatorTest2。在测试类所在的包中新建一个类,叫做TestAll,如下:package com.mengdd.junit;import junit.framework.Test;import juni...
分类:
其他好文 时间:
2015-04-17 19:54:37
阅读次数:
122
ajax请求,json的转换 1 $.ajax({ 2 url : "../folder/isExistAddFolder.do?t="+new Date(), 3 type : 'POST', 4 data:{...
分类:
Web程序 时间:
2015-04-17 19:57:06
阅读次数:
156
七天学会 node jshttp:/nodejs入门http://nqdeng.github.io/7-days-nodejs/https://github.com/cnodejs/nodeclub/wiki
分类:
其他好文 时间:
2015-04-17 19:56:44
阅读次数:
94
[root@rac2 ~]# su - oracle[oracle@rac2 ~]$ sqlplus "/as sysdba"SQL*Plus: Release 11.2.0.4.0 Production on Fri Apr 17 17:45:31 2015Copyright (c) 1982, ...
分类:
数据库 时间:
2015-04-17 19:55:33
阅读次数:
147
package com.myjava;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;public class MyCalendar { /** * ...
分类:
编程语言 时间:
2015-04-17 19:54:55
阅读次数:
275
The programmer specifies the position and the size of each widget in pixels. When you use absolute positioning, we have to understand the following li...
分类:
其他好文 时间:
2015-04-17 19:56:23
阅读次数:
184
CSS3 transform实现图片旋转木马3D浏览效果 CSS3 transform实现图片旋转木马3D浏览效果实例页面 ...
分类:
其他好文 时间:
2015-04-17 19:54:23
阅读次数:
141