package com; import java.awt.BasicStroke;import java.awt.Color;import java.awt.Font;import java.awt.Graphics2D;import java.awt.image.BufferedImage;imp ...
分类:
编程语言 时间:
2017-01-22 12:04:13
阅读次数:
243
Cryptography deals with methods of secret communication that transform a message (the plaintext) into a disguised form (the ciphertext) so that no one ...
分类:
其他好文 时间:
2017-01-21 17:09:55
阅读次数:
291
下载地址: 直接选择basic模板下载即可 下载之后解压到www中即可 打开/config/web.php 找到cookieValidationKey,将它的值修改为jtthink(命名随意) 然后打开浏览器输入网址:http://localhost/basic/web 看到以下效果图说明安装成功 ...
分类:
其他好文 时间:
2017-01-20 19:36:01
阅读次数:
187
转自:http://blog.csdn.net/zmxiangde_88/article/details/8041040 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 在内核启动期间,伙伴系统内存管理器还没有建立之前,内核此时也要分配内存 ...
分类:
其他好文 时间:
2017-01-19 19:22:04
阅读次数:
218
一、新建一个web项目 CTRL+N新建一个web项目 下一步 下一步、下一步 自动生成web.xml文件,我叫它入口文件 完成 二、导入所有jar包 把以前项目的jar包全部拷贝过来,或者自己从网上一个一个的找 对着项目点右键-》build path-》configure.. 选定里面所有的jar ...
分类:
编程语言 时间:
2017-01-17 15:21:52
阅读次数:
278
在eclipse里启动tomcat的时候出现以下的错误: Server Tomcat v6.0 at localhost was unable to start within 45 seconds. If the server requires more time, try increasing t ...
分类:
其他好文 时间:
2017-01-16 22:37:49
阅读次数:
177
UTF-8(8-bit Unicode Transformation Format)是一种针对Unicode的可变长度字符编码。由Ken Thompson于1992年创建。现在已经标准化为RFC 3629。UTF-8用1到4个字节编码Unicode字符。用在网页上可以统一页面显示中文简体繁体及其它语 ...
分类:
其他好文 时间:
2017-01-15 16:51:36
阅读次数:
151
Undefined Symbols for Architecture I386 1234567891011121314151617181920212223242526 Undefined symbols for architecture i386: "_SecCertificateCopyData" ...
分类:
移动开发 时间:
2017-01-14 19:04:56
阅读次数:
282
常见class关键词: 布局类:header, footer, container, main, content, aside, page, section 包裹类:wrap, inner 区块类:region, block, box 结构类:hd, bd, ft, top, bottom, lef ...
分类:
Web程序 时间:
2017-01-14 15:50:36
阅读次数:
220
flex布局(弹性布局) 1.容器具备的属性有: flex-dirction:(决定主轴的方向)(即项目排列方向) 取值:row/row-reverse/column/column-reverse/ flex-wrap:(如果一条轴线排不了,如何换行) 取值:nowrap(默认):不换行。 wrap ...
分类:
其他好文 时间:
2017-01-13 15:43:19
阅读次数:
189