首页> 搜索结果页
"ae提示api" 检索
共 227 条结果
Flink1.11.2写hive提示UnknownHostException
环境:Flink1.11.2, CDH5.13.3(Hive1.1.0) 已使用的方法: flink-conf.yaml中设置env.yarn.conf.dir,另外也检测集群配置,hdfs-site.xml没问题,但都无效 异常: Caused by: java.net.UnknownHostException: nameservice at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:406) ~[hadoop-common.jar:?] at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:310) ~[hadoop-hdfs.jar:?] at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:176) ~[hadoop-hdfs.jar:?] at org.apache.hadoop.hdfs.DFSClient. (DFSClient.java:735) ~[hadoop-hdfs.jar:?] at org.apache.hadoop.hdfs.DFSClient. (DFSClient.java:678) ~[hadoop-hdfs.jar:?] at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:158) ~[hadoop-hdfs.jar:?] at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2816) ~[hadoop-common.jar:?] at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:98) ~[hadoop-common.jar:?] at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2853) ~[hadoop-common.jar:?] at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2835) ~[hadoop-common.jar:?] at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:387) ~[hadoop-common.jar:?] at org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter.generateTempFilePath(HadoopRenameFileCommitter.java:112) ~[flink-connector-hive_2.11-1.11.2.jar:1.11.2] at org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter. (HadoopRenameFileCommitter.java:48) ~[flink-connector-hive_2.11-1.11.2.jar:1.11.2] at org.apache.flink.formats.hadoop.bulk.DefaultHadoopFileCommitterFactory.create(DefaultHadoopFileCommitterFactory.java:40) ~[flink-connector-hive_2.11-1.11.2.jar:1.11.2] at org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter$HadoopPathBasedBucketWriter.openNewInProgressFile(HadoopPathBasedPartFileWriter.java:254) ~[flink-connector-hive_2.11-1.11.2.jar:1.11.2] at org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter$HadoopPathBasedBucketWriter.openNewInProgressFile(HadoopPathBasedPartFileWriter.java:230) ~[flink-connector-hive_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.functions.sink.filesystem.Bucket.rollPartFile(Bucket.java:209) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.functions.sink.filesystem.Bucket.write(Bucket.java:200) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.functions.sink.filesystem.Buckets.onElement(Buckets.java:282) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.functions.sink.filesystem.StreamingFileSinkHelper.onElement(StreamingFileSinkHelper.java:104) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.table.filesystem.stream.StreamingFileWriter.processElement(StreamingFileWriter.java:119) ~[flink-table-blink_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.pushToOperator(OperatorChain.java:717) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:692) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:672) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:52) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:30) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at SourceConversion$3.processElement(Unknown Source) ~[?:?] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.pushToOperator(OperatorChain.java:717) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:692) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:672) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:52) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:30) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.StreamMap.processElement(StreamMap.java:41) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.pushToOperator(OperatorChain.java:717) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:692) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.OperatorChain$CopyingChainingOutput.collect(OperatorChain.java:672) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:52) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:30) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.StreamSourceContexts$NonTimestampContext.collect(StreamSourceContexts.java:104) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.StreamSourceContexts$NonTimestampContext.collectWithTimestamp(StreamSourceContexts.java:111) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.connectors.kafka.internals.AbstractFetcher.emitRecordsWithTimestamps(AbstractFetcher.java:352) ~[ae3cd858c38340e48cede6e6d9322451.jar:?] at org.apache.flink.streaming.connectors.kafka.internal.KafkaFetcher.partitionConsumerRecordsHandler(KafkaFetcher.java:185) ~[ae3cd858c38340e48cede6e6d9322451.jar:?] at org.apache.flink.streaming.connectors.kafka.internal.KafkaFetcher.runFetchLoop(KafkaFetcher.java:141) ~[ae3cd858c38340e48cede6e6d9322451.jar:?] at org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumerBase.runWithPartitionDiscovery(FlinkKafkaConsumerBase.java:765) ~[ae3cd858c38340e48cede6e6d9322451.jar:?] at org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumerBase.run(FlinkKafkaConsumerBase.java:757) ~[ae3cd858c38340e48cede6e6d9322451.jar:?] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:101) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:63) ~[flink-dist_2.11-1.11.2.jar:1.11.2] at org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:213) ~[flink-dist_2.11-1.11.2.jar:1.11.2] *来自志愿者整理的flink邮件归档
问答
SQL  ·  HIVE  ·  流计算
2021-12-06
集成极光推送-服务端
地址https://www.jiguang.cn/创建应用创建应用后可得到应用的AppKey和AppSecret。客户端集成(略)将生成一个 Registration ID,形如 171976fa8ae931b4e93服务端集成:依赖"cn.jpush.api:jpush-client:3.4.3"推送代码package com.wise.service.configuration; import cn.hutool.core.util.RandomUtil; import cn.jiguang.common.resp.APIConnectionException; import cn.jiguang.common.resp.APIRequestException; import cn.jpush.api.JPushClient; import cn.jpush.api.push.PushResult; import cn.jpush.api.push.model.Message; import cn.jpush.api.push.model.Options; import cn.jpush.api.push.model.Platform; import cn.jpush.api.push.model.PushPayload; import cn.jpush.api.push.model.audience.Audience; import cn.jpush.api.push.model.notification.AndroidNotification; import cn.jpush.api.push.model.notification.IosAlert; import cn.jpush.api.push.model.notification.IosNotification; import cn.jpush.api.push.model.notification.Notification; import com.alibaba.fastjson.JSON; import com.wise.framework.exception.Excep; import com.wise.model.proxy.ProxyErrMsgs; import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.CollectionUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.env.Environment; import javax.annotation.PostConstruct; import java.util.Collection; /** * @author futao * @date 2019/12/20. */ @Slf4j @Configuration public class JpushClientConfiguration { @Autowired private Environment environment; private static Environment environmentHolder; /** * @PostConstruct 注解的方法将会在依赖注入完成后被自动调用。 */ @PostConstruct public void injectEnvironment() { JpushClientConfiguration.environmentHolder = environment; } /** * 推送消息给指定的用户 * * @param jPushClient 客户端配置 * @param registrationIds 要推送的目的用户 * @param message 提示消息 * @param title 标题 * @param noVisualableMessage 透传消息 */ public static void push(JPushClient jPushClient, Collection<String> registrationIds, String title, String message, Object noVisualableMessage) { String messageUUID = RandomUtil.simpleUUID(); PushPayload.Builder builder = PushPayload.newBuilder() //接收设备类型 .setPlatform(Platform.all()) //消息ID--用于防止 api 调用端重试造成服务端的重复推送而定义的一个标识符。 // .setCid("03b6bf760c86f9fe77c0caef-") //此部分内容不会展示到通知栏上--透传给 App .setMessage(Message.newBuilder().setMsgContent(noVisualableMessage != null ? JSON.toJSONString(noVisualableMessage) : "{}").build()) //title是标题,alert是内容 .setNotification(Notification.newBuilder() // .setAlert(message) .addPlatformNotification( IosNotification .newBuilder() //子标题展示不出来 .setAlert(IosAlert.newBuilder().setTitleAndBody(title, null, message).build()) //IOS角标 // .incrBadge(1) //推送唤醒 .setContentAvailable(true) //通知声音 .setSound("default") .build() ) .addPlatformNotification( AndroidNotification .newBuilder() .setTitle(title) .setAlert(message) //消息,振动,呼吸灯类型 doc: https://community.jiguang.cn/question/150550 .setAlertType(7) .build() ) .build()) .setOptions(Options.newBuilder().setApnsProduction(environmentHolder.acceptsProfiles("pro")).build()); if (CollectionUtils.isNotEmpty(registrationIds)) { //接收对象 builder.setAudience(Audience.registrationId(registrationIds)); } else { builder.setAudience(Audience.all()); } PushPayload payload = builder .build(); try { log.info("【{}】before极光消息推送-body:{}", messageUUID, JSON.toJSONString(payload)); PushResult pushResult = jPushClient.sendPush(payload); log.info("【{}】极光消息推送成功结果:{}", messageUUID, JSON.toJSONString(pushResult)); } catch (APIConnectionException | APIRequestException e) { log.error("【{}】消息推送失败", messageUUID, e); throw Excep.le(ProxyErrMsgs.ERR_100300100009); } } }注意点:IOS区分开发环境与生产环境,需要设置.setOptions(Options.newBuilder().setApnsProduction(environmentHolder.acceptsProfiles("pro")).build());。且IOS打包的时候需要选择是开发环境还是正式环境,否则消息推送不到。Android不区分环境。环境问题:可以将IOS获取到的 Registration ID到管理后台查看注册到了什么环境,从而得知IOS的打包环境是否错误。当选择了开发环境,且预估人数为1,说明该IOS设备注册到了极光的开发环境。当选择了正式环境,再查询该Registration ID。发现预估人数为0,是正常的,因为这台设备注册在了开发环境。
文章
Android开发  ·  iOS开发
2022-06-09
我的五年百度博客文章列表
五年前,懵懵懂懂进入百度空间,五年后,总结一下在百度上贡献的文章(技术贴)以及收藏的文章.数了数大约450篇. name    urlservlet过滤器2 解决用户非法在线 filter http://hi.baidu.com/ae6623/item/617c46c5a96b6dd196445292servlet过滤器1 解决字符集乱码 filter  http://hi.baidu.com/ae6623/item/a006f07f0813c615d1dcb366GBK和UTF-8之间的战争,websphere6.1乱码解决方案   http://hi.baidu.com/ae6623/item/27c43f57e913a0cad2e10c46解决websphere6.1必须为元素类型web-app声明属性version http://hi.baidu.com/ae6623/item/654c99d8750f6990270ae7dfwebsphere6.1部署SystemErr.log必须为元素类型“web-app”声明属性“version”。   http://hi.baidu.com/ae6623/item/4de36fa0d7377539020a4dd4websphere6.1部署ear程序教程   http://hi.baidu.com/ae6623/item/af7341c20268110cc610b201在myeclipse中制作能部署到websphere上的java web程序教程制作ear   http://hi.baidu.com/ae6623/item/d1be54f99fb7ce28753c4c19目测websphere6.1不支持dbcp1.4以及1.4以上版本   http://hi.baidu.com/ae6623/item/dd429b8b75d475c8ee083de9短url生成类 http://hi.baidu.com/ae6623/item/25f20f02b5137722a0312d94maven与log4j之间的配置,log4j如何配置到web项目根目录下最简单方案   http://hi.baidu.com/ae6623/item/71244628ee78f6cca5275a9f【技术贴】servlet传参_前台传参含中文符号等 tomcat乱码 java后台接收乱码终极解决方案 http://hi.baidu.com/ae6623/item/cae883036a9c6ccb75cd3cfamyeclipse修改乱码(编码格式修改)以及代码格式化换行问题    http://hi.baidu.com/ae6623/item/0672cc1db5c61e473a176e89Myeclipse 6.5 eclipse.ini低配机器 配置参数  http://hi.baidu.com/ae6623/item/f02c4a2708146cc7ef10f101ireport jasperreports-4.7.0 生成pdf各种sb问题总结   http://hi.baidu.com/ae6623/item/7135c814faf9fb476926bb9c[解决]怎么查找maven的各个jar包依赖的是别的什么jar包    http://hi.baidu.com/ae6623/item/c31ef346ff440c0fe9350408解决Font __39_STSong-light__39_ is not available to the JVM. See the Javadoc for more details.    http://hi.baidu.com/ae6623/item/bf91b8215ecf5f0b73863edc转载此文章   http://hi.baidu.com/ae6623/item/1bb8ba18708f270f8fbde40aoracle 分段查数据和分段求和 sql语句 和java代码 http://hi.baidu.com/ae6623/item/aaa12115f2e4ca09e75c3635myeclipes启动tomcat6报错解决方案:a configuration error occured during startup. jdk  http://hi.baidu.com/ae6623/item/681b9620f65c479cb63263fa解压版Tomcat startup.bat一闪而过的解决办法  http://hi.baidu.com/ae6623/item/3718dd1db5c61e473b176e23转载此文章   http://hi.baidu.com/ae6623/item/42fc4002952432e5f55ba65e各种在线api地址   http://hi.baidu.com/ae6623/item/d1e3ad2b75b160d2a417b65eTomcat下获取当前类的路径中含有空格的解决方案   http://hi.baidu.com/ae6623/item/4509733fe29359119dc65e2c由于使用zen coding导致myeclipse6.5中使用Alt+_不自动提示的解决办法  http://hi.baidu.com/ae6623/item/e1e0d50375d8ef153b53ee67双击打开我的电脑 看不到硬盘盘符出现慢 安装百度云之后我的电脑卡    http://hi.baidu.com/ae6623/item/708e3bd37b3f881cd68ed0c8NotePad++ 找个html格式化的插件都没有~~本来都准备来篇文章描写下notepad++代码格式化的,看来木有必要了....  http://hi.baidu.com/ae6623/item/63c46624440de2fc50fd879a小米MIUI系统内存占用率越来越高的解决办法  http://hi.baidu.com/ae6623/item/0b641903dec6be95a2df430eoracle 报错 column ambiguously defined    http://hi.baidu.com/ae6623/item/b2c9f26369cf6c106895e6ba【java】利用servlet解析报文,上传文件    http://hi.baidu.com/ae6623/item/8b4d07e44c2e6cc6baf37dcfjava web 中文乱码问题,上传组件传参乱码解决  http://hi.baidu.com/ae6623/item/87e461f28ee29d723d198bb1myeclipse javadoc时候乱码-编码 GBK 的不可映射字符    http://hi.baidu.com/ae6623/item/885f1f7c74ce9741ee1e5353好文章!!   http://hi.baidu.com/ae6623/item/e164df8b75d475c8ee083d07酷派7019获得root教程 亲测   http://hi.baidu.com/ae6623/item/0327a61af8eedd0ad1d66d01重装系统开机蓝屏0x0000007E错误但是可以进入安全模式  http://hi.baidu.com/ae6623/item/f25934c20268110cc610b2ebPOI 单元格格式化 - 数据格式化  http://hi.baidu.com/ae6623/item/9b011b2b4237ef434799627dmyeclipse 多行注释 格式化 换行问题 http://hi.baidu.com/ae6623/item/1fa16e14faf9fb476826bbe8Myeclipse打开xml properties jsp等文件乱码的终极解决方案   http://hi.baidu.com/ae6623/item/367683388df1349cb90c0338csv格式文件最大行数最大列数(各个excel版本)  http://hi.baidu.com/ae6623/item/554cb5d1c5ff5e56d73aae19Myeclipse 自动生成 javadoc 教程   http://hi.baidu.com/ae6623/item/f004a638b424b8342f0f81adMyEclipse6.5配置Tomcat7.x http://hi.baidu.com/ae6623/item/8664b729b8af2e1109750821myeclipse6.5安装maven2插件教程 (Maven+MyEclipse6.5)   http://hi.baidu.com/ae6623/item/2fe02c1d494ac28889a95663maven构建项目自动部署到tomcat中遇到的各种sb问题总结    http://hi.baidu.com/ae6623/item/809c7cfb3f9eae4d922af272IE8 访问https安全证书错误_导航阻止 解决办法 《转》 http://hi.baidu.com/ae6623/item/bbb282f99fb7ce28753c4cecmyeclipse使用maven教程  http://hi.baidu.com/ae6623/item/764d67036a9c6ccb75cd3c54转载此文章   http://hi.baidu.com/ae6623/item/89d08cf99fb7ce28753c4cce【技术贴】小米无法连接xp无线网卡建立的虚拟wifi  http://hi.baidu.com/ae6623/item/906bf8a8e6c462208819d359【技术贴】如何汉化 myeclipse 中的svn插件 http://hi.baidu.com/ae6623/item/c8f8b73e8ceca981c3cf2965先进后出,和先进先出果然名不想续传。  http://hi.baidu.com/ae6623/item/74f0b9dbbd0da9ca1b72b417解决QQ聊天QQ秀咒语为什么我不能施放咒语_看不到咒语效果?  http://hi.baidu.com/ae6623/item/0c90f91ac114c7d9be90421b《远方的父母》百度空间2012年度温情策划   http://hi.baidu.com/ae6623/item/13341703c8cc43c62f4c6b7c【java】servlet输出pdf文件到浏览器 教程 http://hi.baidu.com/ae6623/item/096451e72d83b90964db00ed【java】itext pdf 分页  http://hi.baidu.com/ae6623/item/345b261ccfe597fd9d778a1f【技术贴】鼠标右键盘符属性报错Volume filter WMI not found的解决办法 http://hi.baidu.com/ae6623/item/deebec03d6a3623ff3eafc96【技术贴】每次打开excel表格都会弹出新excel。book1.xls解决方法    http://hi.baidu.com/ae6623/item/cd86623dbb2995f3a984285d更改vss默认登录名或自动登录教程   http://hi.baidu.com/ae6623/item/a69275216c26020f43634afa很实用。。而且自己可以自定义快捷键比如Alt + up _ Alt + down _ Alt + _  http://hi.baidu.com/ae6623/item/8715a13e80ae30c41b96969f【技术贴】同一局域网内电脑或者手机ping不通对方的解决办法  http://hi.baidu.com/ae6623/item/712e56315c8e08bb124b1435jquery操作下拉框 http://hi.baidu.com/ae6623/item/1515bc06f02f94ee349902e7Jquery主要控件的取值、赋值,包括textbox,button,lable,radio,checkbox,selected http://hi.baidu.com/ae6623/item/b4aad236ebf04ec2382ffaaf【转】编写CSS时的小技巧   http://hi.baidu.com/ae6623/item/9d7aa995a01664de7a7f012c【java】对poi合并excel单元格的分析,java导出excel http://hi.baidu.com/ae6623/item/bab23d25440de2fc51fd8747非常有用!!感谢分享!!解决了一个很大的疑惑!!尼玛 myeclipse卡死之后我的jdk就抽风了。。 http://hi.baidu.com/ae6623/item/067d73398df1349cb90c0332    http://hi.baidu.com/ae6623/item/6aaf2c3ee29359119dc65ef1chrome新建标签 打开主页 谷歌浏览器新建标签页自动打开主页    http://hi.baidu.com/ae6623/item/854ba195a01664de7a7f015b获取当前cookie至剪切板  http://hi.baidu.com/ae6623/item/e0d8e31c494ac28888a956ba    http://hi.baidu.com/ae6623/item/87fcf3519c158c3b32e0a9d4List转换成为数组  http://hi.baidu.com/ae6623/item/a15ac9d0cc91f4e1785daa1c【java】opencsv导出csv之后的数字格式问题解决   http://hi.baidu.com/ae6623/item/0e7b3d3d3615cfbc623affe1好方法。    http://hi.baidu.com/ae6623/item/40a83bffffa10c0f85d27806这个方法还真没用过,一般都是上来直接if(rs!=null __ rs.next()) { ... },下次试试这个玩法。   http://hi.baidu.com/ae6623/item/a389851c2249ac051994ece7受益匪浅,实践出真知。 http://hi.baidu.com/ae6623/item/0133375cdb9789acadc857de转载此文章   http://hi.baidu.com/ae6623/item/2fdbd429f115ac0c77272cab百度最近肿么了 http://hi.baidu.com/ae6623/item/11df2cd743eb633de2108f01good    http://hi.baidu.com/ae6623/item/1b14712521ec2681ae48f5detomcat自动重部署java web项目 热部署   http://hi.baidu.com/ae6623/item/d62e496f64196d95c4d249dfservlet输出流乱码    http://hi.baidu.com/ae6623/item/dbaa1d3e80ae30c41a969617【java】getWriter() has already been called for this response错误解决 http://hi.baidu.com/ae6623/item/6a083a18e62fad3bb831801d小米手机为什么发热?  http://hi.baidu.com/ae6623/item/82a9c6ca038c1843a8ba94d8百度空间更新新更能,文章中出现最近访客 http://hi.baidu.com/ae6623/item/8a7a12551510e93094eb05ccItext5 rowspan 可以跨行 http://hi.baidu.com/ae6623/item/6e32e5d2f602ebfbca0c39f5持续更新 iText in Action 2nd Edition中文版 个人翻译    http://hi.baidu.com/ae6623/item/af10ff40e958bb0bc0161349【技术贴】MIUI小米桌面图标太乱如何一键刷新桌面排列图标。  http://hi.baidu.com/ae6623/item/11f75c77d6ce0f326e29f692【技术贴】myeclipse6.5配置svn 1.8最新版详细教程带图片    http://hi.baidu.com/ae6623/item/4f8f7261240eff30ad3e830c【技术贴】解决福昕阅读器pdf打印横向打印不居中,页面有空白  http://hi.baidu.com/ae6623/item/645b9c2d4237ef4347996255真心的好。   http://hi.baidu.com/ae6623/item/554cfbdbf22e08342a35c728从零开始学习 webservice第一集,java webservice简单实例入门教程    http://hi.baidu.com/ae6623/item/711051ca863c5b28ee4665b9这么好的东东。收了。  http://hi.baidu.com/ae6623/item/d775b6573ef19916abf6d71e这个给力!!连接池。  http://hi.baidu.com/ae6623/item/46a89decabed92acc00d750f挺实用的。。  http://hi.baidu.com/ae6623/item/ed2ac434695e4ffadf22210f【技术贴】?用程序调用福昕阅读器打开pdf文件_解决C__Program files不是内部或外部命令 http://hi.baidu.com/ae6623/item/862bc405d6a3623ff2eafcd4这个有合并单元格。。可以参考下 http://hi.baidu.com/ae6623/item/a5b67b5dfe27459108be1732小米手机测试代码电池测试代码  http://hi.baidu.com/ae6623/item/ef46e1b40b51f047bb0e126c【技术贴】解决IE8加载网页慢IE8第一次打开网页卡  http://hi.baidu.com/ae6623/item/32b3e21ee62fad3bb9318093【技术贴】小米连接wifi提示已保存,但是无ip无法上网的解决办法   http://hi.baidu.com/ae6623/item/661a4bd76bfcb2f292a97462【技术贴】小米otg线连接U盘文件管理器找不到U盘内容的解决办法    http://hi.baidu.com/ae6623/item/6a3235d47b3f881cd68ed051    http://hi.baidu.com/ae6623/item/92c809276c26020f43634a1e【技术贴】myeclipse自动提示代码很慢的解决方法 _自动提示卡慢 http://hi.baidu.com/ae6623/item/425928f4d316e759c8f337fb第七点很喜欢。 http://hi.baidu.com/ae6623/item/50f474f9b80adb13cf9f3242【java】接口的作用_实例讲解java接口  http://hi.baidu.com/ae6623/item/517ba248220de1f1dd0f6c41 今天遇到的问题分析   http://hi.baidu.com/ae6623/item/bc5fda30ebf04ec2392ffa80媳妇的小米1s到货。。晒晒情侣机。   http://hi.baidu.com/ae6623/item/0c16017063452b3b704423ba    http://hi.baidu.com/ae6623/item/a65232a3d917d99b1410735eMIUI小米 卸载金山安全服务 http://hi.baidu.com/ae6623/item/4d4736f9ffa10c0f85d2783d小米1s充电时屏幕一直亮着不关闭的解决办法   http://hi.baidu.com/ae6623/item/8798f3579c158c3b32e0a936【技术贴】解决Eclipse编译java源文件之后没有生成class文件_找不到class文件 http://hi.baidu.com/ae6623/item/f0bde2b7d59a3d472bebe371HTML滚动文字代码 marquee标签    http://hi.baidu.com/ae6623/item/8f493113be335d12e2f986f7解决servlet的out输出流html中文乱码    http://hi.baidu.com/ae6623/item/1a07b4dc461473836cce3fc4小米1s 正式为我服役,纪念一下。   http://hi.baidu.com/ae6623/item/b114d85fa5f5a4c59f2667ef最近在做报表系统的重构。    http://hi.baidu.com/ae6623/item/dcc4a70ac0841415acdc7003【技术贴】Word 2003 该工程中的宏被禁止,请查阅联机文档解决的解决办法 http://hi.baidu.com/ae6623/item/e7c9c54d286f88a8de2a9fa4word自定义粘贴选项方法   http://hi.baidu.com/ae6623/item/d5b3920e6e3da134a2332a72【技术贴】解决Eclipse启动不了,一闪而过的问题  http://hi.baidu.com/ae6623/item/8571c72f21ec2681ae48f5fc【技术贴】解决U盘无法复制_磁盘被写保护,请去掉写保护或使用另一张磁盘。    http://hi.baidu.com/ae6623/item/9d3f97f6310cd80bc6dc4582【技术贴】Eclipse__Myeclipse tab缩进转换为空格教程    http://hi.baidu.com/ae6623/item/9986035b1510e93094eb0562【java】获得数据集中的总行数和总列数    http://hi.baidu.com/ae6623/item/582f8b343615cfbc623affa6【技术贴】MyEclipse6.5注册码    http://hi.baidu.com/ae6623/item/3ea51eca21d1b620e80f2ece【技术贴】MyEclipse 选中文字,相似的文字不变色了。选中某个属性或方法后 不变色了   http://hi.baidu.com/ae6623/item/44b903dd0353023b49e1dd37【技术贴】在MyEclipse6.5 中安装jadclipse(反编译工具) jad.exe  http://hi.baidu.com/ae6623/item/3a42d913fbe351f8746a841f【技术贴】MyEclipse打出syso代码不能自动补全补全不能输出system.out.println()的解决办法!    http://hi.baidu.com/ae6623/item/a6536692015ca8bf82d29526【技术贴】利用myeclipse自动生成java类图_java源代码自动生成类图    http://hi.baidu.com/ae6623/item/a055469da01664de7a7f0171360安全桌面壁纸被设为壁纸后的路径xp    http://hi.baidu.com/ae6623/item/6d972c6764196d95c4d24950【技术贴】虚拟机网络上有重名的解决_虚拟机Net模式提示有重名 http://hi.baidu.com/ae6623/item/5e07e9dd0353023b49e1ddf1挺漂亮的,可以做手机壁纸。   http://hi.baidu.com/ae6623/item/2fb8511dbe335d12e2f98663【java】分割字符串工具类,霸气 jdk自带的    http://hi.baidu.com/ae6623/item/7b739653a5f5a4c59f2667f2【技术贴】解决右键没有新建文本文档_右键没有新建txt http://hi.baidu.com/ae6623/item/11e65c33763338f32684f4c6【java】Invalid character constant    http://hi.baidu.com/ae6623/item/684dc9d69cc772e3b2f777fawin8全面开放民间下载地址!win8下载地址 win8下载链接    http://hi.baidu.com/ae6623/item/17e084296c26020f43634ae0挺好看的。可以做手机壁纸。四季变换。  http://hi.baidu.com/ae6623/item/226e2ed08e5eee1b20e250d2【技术贴】网页把IE工具栏给隐藏了怎么办    http://hi.baidu.com/ae6623/item/8a7c7d835c0e7cdbd0f8cdd2转了,这么经典的。。。 http://hi.baidu.com/ae6623/item/3c97cebf151085d785dd7917必须转。    http://hi.baidu.com/ae6623/item/49baf8fcc4f43cc70cd1c817【技术帖】各种jsp servlet报错问题总结    http://hi.baidu.com/ae6623/item/3dcd9615404727ee9913d6ff    http://hi.baidu.com/ae6623/item/45014a26f115ac0c77272c7d【技术贴】websphere installedApps下不生成ear项目文件 http://hi.baidu.com/ae6623/item/1c1c38ba7b20f2ef4ec7fda6最全的java时间处理工具类  http://hi.baidu.com/ae6623/item/8556c30cd6a3623ff2eafc1a【技术贴】PL_SQL错误提示 database character set(AL32UTF8) and Client character set(ZHS16GBK) are different   http://hi.baidu.com/ae6623/item/67d807e2e73ea1b02e140baaMyEclipse 8 系列终极优化  http://hi.baidu.com/ae6623/item/4dba0159e913a0cad2e10c6a【技术贴】360安全卫士优化关闭了光驱怎么打开 http://hi.baidu.com/ae6623/item/ea2269891ad49152e73d19c0【技术贴】ActiveX 部件不能创建对象 Wscript.Shell,右键打开所在目录的批处理bat http://hi.baidu.com/ae6623/item/9b0b49399ec31a4c023edc50工具善其事,必先被苦逼的其器所钝伤然后打磨之才能利其器 http://hi.baidu.com/ae6623/item/2ae16bb6370e0970244b0978oracle本地服务名配置说明 http://hi.baidu.com/ae6623/item/4b346314b0d51b771009b596plsql自定义设置 自动提示 http://hi.baidu.com/ae6623/item/961a2c37112b2a302f20c47ejs __ 运算符 config = config __ {}_    http://hi.baidu.com/ae6623/item/cdab1829cfb228cbddf69ab9ExtJS入门之事件(fireEvent)   http://hi.baidu.com/ae6623/item/2e066c87dad55219c3162783《钢的琴》观后感    http://hi.baidu.com/ae6623/item/b3053fbed59a3d472bebe3a2总结的和好。。。顶了  http://hi.baidu.com/ae6623/item/0c53cf5e3ef19916abf6d7f5帅 !!!   http://hi.baidu.com/ae6623/item/dfe9e6963e108fb8cd80e58f通过JS,全选当前页面所有的复选框   http://hi.baidu.com/ae6623/item/ff92848a400e9dc399255f52【技术贴】Pdf压缩利器--PDFshrink使用教程 http://hi.baidu.com/ae6623/item/d8647d099cc885d873e67691犀利。受益匪浅。    http://hi.baidu.com/ae6623/item/aa1796e957dd382a5a7cfbc0【技术贴】ppt2003更换图片_更换带有动作特效的图片_替换ppt图片    http://hi.baidu.com/ae6623/item/3efbfec5803ff767f7c95d81【技术帖】真正解决反恐精英csOL:StartService 0X204 为防御非法程序driver解决办法  http://hi.baidu.com/ae6623/item/d1699559e913a0cad2e10cb6ExtJs教程第一集 搭建ext环境后的第一个hello World  http://hi.baidu.com/ae6623/item/ea75fdcc4b06c213b67a2483Eclipse利用Spket包搭建Ext js环境教程 http://hi.baidu.com/ae6623/item/c296a3b729db1a9318469757我的空间轨迹! http://hi.baidu.com/ae6623/item/c1b6793775d9baf6e6bb7a11很有深意。已经玩到就业这一关了。继续奋斗。加油 http://hi.baidu.com/ae6623/item/9753a85999eb2b0ce7c4a545    http://hi.baidu.com/ae6623/item/1b3ee0dd3d05934adcf9be40【转】常见hibernate面试题(转载)   http://hi.baidu.com/ae6623/item/1e0a66103315570ab98a1a94【转】怎样删除word文档里面的横线  http://hi.baidu.com/ae6623/item/c52cca24f115ac0c76272c98巴西电影未来之人插曲_男女合唱Tempo Perdido    http://hi.baidu.com/ae6623/item/58f7a717d68598cb39cb3098【技术帖】IE6所有标签元素支持hover伪类的解决方案    http://hi.baidu.com/ae6623/item/a1d7e9f7b09ec3ca531c2694关于黑衣人3结尾时插曲K哼的歌名_Empire State Of Mind歌词中文翻译 http://hi.baidu.com/ae6623/item/17ecd0086e3da134a3332a94【记录】做网站需要的零碎的知识点。   http://hi.baidu.com/ae6623/item/aa32230f6a9c6ccb74cd3c98【转】查看项目中的struts、spring、hibernate 版本的方法  http://hi.baidu.com/ae6623/item/c469132d5ecf5f0b72863e98【java】在jsp的js和css里面使用EL表达式取值_style里面用$取值    http://hi.baidu.com/ae6623/item/e9369735112b2a302e20c498【转】浅谈Windows_7_32位与64位之区别.txt   http://hi.baidu.com/ae6623/item/3e0940c315cbeb310931c698【转】地心历险记 2:神秘岛 迅雷 下载 地址_神秘岛 高清 下载地址 http://hi.baidu.com/ae6623/item/54feaa8f84793e824414cf98SSH框架+mysql+tomcat 服务器 中文乱码解决方案 http://hi.baidu.com/ae6623/item/321ba1ef25d80cd4ea34c994【转】html背景设置 http://hi.baidu.com/ae6623/item/9d3dacf9c4f43cc70dd1c894【技术贴】java插入mysql中文乱码解决_java插入mysql数据库显示问号?  http://hi.baidu.com/ae6623/item/d3d935e00b9bb614585dd898【技术贴】手把手教你做背景半透明的div效果  http://hi.baidu.com/ae6623/item/253d1e249103d68b9c63d194【技术贴】百度输入法老皮肤下载_百度输入法老的默认皮肤_百度皮肤下载  http://hi.baidu.com/ae6623/item/8cbe5bea8009abf3e0a5d494【技术贴】笔记本触摸板不灵敏_取消笔记本插入外置鼠标自动关闭触摸板鼠标 http://hi.baidu.com/ae6623/item/d3dd35e00b9bb614585dd894【转】VMware Workstation 8.0.1 build-528992精简绿色版   http://hi.baidu.com/ae6623/item/4cd9fbd80353023b48e1dd94【转】Vmware 8.0注册码 序列号 key 注册方法   http://hi.baidu.com/ae6623/item/0ed34e6f69cf6c106895e698【技术贴】解决开机本地连接出来慢,本地连接开机后出来时间慢   http://hi.baidu.com/ae6623/item/6ce765959408cd31336eeb98【技术贴】笔记本插入外置鼠标自动关闭触摸板鼠标 http://hi.baidu.com/ae6623/item/efe9f3bcd59a3d472aebe394【技术贴】搜狗浏览器 标签页 看后吧 解决   http://hi.baidu.com/ae6623/item/29cd6d0f75d8ef153a53ee98解决Mysql远程连接出错不允许访问 ERROR 1130_Host is not allow http://hi.baidu.com/ae6623/item/7a337336763338f32784f498大学易站暂时关闭通知  http://hi.baidu.com/ae6623/item/d12193112249ac051894ec94Openoffice添加页脚页码页数页眉    http://hi.baidu.com/ae6623/item/81e8b3b87b20f2ef4fc7fd98四级查分步骤解决无法找到对应的分数 请确认你已安装并启动了CET查分保护盾   http://hi.baidu.com/ae6623/item/54d2d13fa12b2f0aceb9fe98【java易错点】java split分割字符串 空格问题解析 http://hi.baidu.com/ae6623/item/b9d4132821ec2681af48f594带图,解决本页不但包含安全的内容,也包含不安全的内容是否显示不安全的内容    http://hi.baidu.com/ae6623/item/8bcc267dd6ce0f326e29f694【转】js竖状伸缩导航 http://hi.baidu.com/ae6623/item/81ecb3b87b20f2ef4fc7fd94【转】深度完美GhostXP_SP3快速装机优化版V2011.12   http://hi.baidu.com/ae6623/item/97f78334b424b8342e0f8194【转】神同步!这俩熊孩子太会玩了,以前的同步都弱爆了  http://hi.baidu.com/ae6623/item/80a1d4bb9bc8c0a0eaba9398【转】依然愛你 (王力宏) 外国妹翻唱版, 屌爆了有木有    http://hi.baidu.com/ae6623/item/02ca2116fbe351f8756a8494【转】XP_2000无法使用“缩略图查看”、右键无“设置桌面背景”选项问题详解 http://hi.baidu.com/ae6623/item/0c534cc0038c1843a9ba9498【转】Pitaschio_ 右键单击关闭窗口, 告别 bbskin   http://hi.baidu.com/ae6623/item/4e11683380ae30c41b969698【转】笔记本电脑关机时蓝屏是怎么回事  http://hi.baidu.com/ae6623/item/4ecdaaa931d4ddf315329b98【转】ckEditor使用方法  转帖 http://hi.baidu.com/ae6623/item/01d0f03f2bfaf55e81f1a790【技术贴】tomcat启动失败 can not find a free socket的解决办法 http://hi.baidu.com/ae6623/item/fce39e11cfe597fd9d778a6c【技术贴】局域网设置 使用自动配置脚本 有对钩被选中取消不掉的解决办法 http://hi.baidu.com/ae6623/item/545488e56147850a8d3ea890【技术贴】TOMCAT,Mysql提示Unknown column __39_content__39_ in __39_field list__39_ http://hi.baidu.com/ae6623/item/c42a1f39fb0ad6fa97f88d6c【技术帖】Mysql The __39_InnoDB__39_ feature is disabled_ you need MySQL built with __39_InnoDB__39_ to have it work http://hi.baidu.com/ae6623/item/77614eda43eb633de2108f6c【转】男人帮经典语录开场白及旁白完整版 http://hi.baidu.com/ae6623/item/3161fed3d9bfebbf32db906c周杰伦2011所有歌曲完整版无删节全正版打包免费下载 http___115.com_file_bhr4pay8_    http://hi.baidu.com/ae6623/item/809dd4bb9bc8c0a0ebba936cjs过滤空格回车    http://hi.baidu.com/ae6623/item/8d4d6447b1a082d7c0a5926c孙红雷男人帮全集迅雷下载    http://hi.baidu.com/ae6623/item/6bd6ba11c8c6dce05f53b190男人帮所有手机铃声下载_左永邦手机铃声下载,顾小白手机铃声下载,米琪手机铃声下载,艾米手机铃声下载   http://hi.baidu.com/ae6623/item/80e9e5b529db1a931846976c【转】.NET完美实现伪静态页面,URLRewriter.dll下载  http://hi.baidu.com/ae6623/item/ba15a1f70d2899b130c1996c【技术贴】网站首页浏览量统计代码,适合.NET__网页浏览量计数器代码 http://hi.baidu.com/ae6623/item/d3c8d5ce0268110cc710b290【转】css解决兼容的问题   http://hi.baidu.com/ae6623/item/1608d816b0d51b771009b590红警95 3D重置版 下载地址_3D95红警下载地址  http://hi.baidu.com/ae6623/item/19741cd6bd0da9ca1a72b490【技术贴】关闭Myeclipse_eclipse鼠标悬停时的代码函数提示    http://hi.baidu.com/ae6623/item/889d142775b160d2a517b690【转】浅谈Visual C_进行图像处理    http://hi.baidu.com/ae6623/item/22ee37c58050317088ad9e6c【转】flash cs4 打不开的解决方法(启动界面一闪而过) http://hi.baidu.com/ae6623/item/6ec69fe2e25868236dabb890【转】去除.Net页面中的ViewState乱码    http://hi.baidu.com/ae6623/item/6d1fd53452de994f3175a16c【技术贴】DropDownList的css颜色样式修改 http://hi.baidu.com/ae6623/item/ce00581e8a55dcfc65eabf90【转】目录和文件名遍历输出  批处理 batch    http://hi.baidu.com/ae6623/item/ad03c291bbc5241a934f416f【转】五笔字根图    http://hi.baidu.com/ae6623/item/b1d1bbdda78aa2da241f406f【技术贴】最新唯一解决:未能创建视频预览,请检查设备连接,确定没有其他应用程序或用户使用该设备 http://hi.baidu.com/ae6623/item/7280fcf03213e7c1a935a26c【转】css命名规则详细介绍  http://hi.baidu.com/ae6623/item/792f5417c114c7d9be90426f【转】Visual Assist X 10.6.1856.0完美破解版注册码破解补丁注册机(Crack)    http://hi.baidu.com/ae6623/item/01d4f03f2bfaf55e80f1a76c【转】ASP.NET 3.5 开发范例精讲精析--读书笔记   http://hi.baidu.com/ae6623/item/20bc0102748ac4d71ef0466fASP.NET开发实战宝典.pdf配套视频源码iso_ 开发实战宝典pdf和配套视频源码iso http://hi.baidu.com/ae6623/item/545088e56147850a8c3ea86c【转】36个经典的JQuery导航菜单演示+下载    http://hi.baidu.com/ae6623/item/60d53f6264196d95c4d2496f【技术贴】.NET的cs文件里调用javascript一闪而过的解决方法    http://hi.baidu.com/ae6623/item/14e37e0b5a797d066d90486f【转】if (!IsPostBack) http://hi.baidu.com/ae6623/item/d972b22c6c26020f43634a6f【转】js弹出框详解  http://hi.baidu.com/ae6623/item/7d3dc0f59fb7ce28753c4c6f【转】谈谈三层架构中MODEL的作用  http://hi.baidu.com/ae6623/item/370beb45f70420e7bcf4516f【转】制作.net实体类生成器(1)  http://hi.baidu.com/ae6623/item/19701cd6bd0da9ca1b72b46c【转】牛腩的网站和博客 http://hi.baidu.com/ae6623/item/91388743713c6cae60d7b96c把录制的视频压缩到最低 http://hi.baidu.com/ae6623/item/14316318faf9fb476826bb6c【技术贴】Please verify that the Microsoft Data Access Components 2.1    http://hi.baidu.com/ae6623/item/c9fa8b63efd3a42268105b6f【技术贴】删除空白文件夹,提示无法读源文件或磁盘的解决方法   http://hi.baidu.com/ae6623/item/84809b3c5c8e08bb124b1467密码  http://hi.baidu.com/ae6623/item/f1ee399511a4124ef0421563【分享】神龙斗士123部下载链接,魔神英雄传辽宁艺术90年代配音版   http://hi.baidu.com/ae6623/item/20e90c4556e5df2711ee1e67【技术贴】解决已成功与服务器建立连接,但是在登录过程中发生错误。 (provider_ 共享内存提供程序    http://hi.baidu.com/ae6623/item/45dcc48b1ad49152e73d1963【技术贴】c_ asp.net 无法直接启动带有“类库输出类型”的项目 若要调试此项目,请在此解决方案中添加一 http://hi.baidu.com/ae6623/item/c5182e1ddb0cb77f7a5f2567【转】如何在word中批量修改图片大小zz   http://hi.baidu.com/ae6623/item/d1f16def030b2a0a570f1d63美国队长--清晰TC中字 迅雷下载+ 美国队长 漫画 复仇者迅雷下载  http://hi.baidu.com/ae6623/item/708c573f695e4ffadf222163【转】腾讯、人人、新浪社交网络优劣势分析(转自月光博客)    http://hi.baidu.com/ae6623/item/cac5cb7b63452b3b70442363【转】怎么让开发的aspx返回的页面网页源文件中没有“乱码”ViewState___  http://hi.baidu.com/ae6623/item/108ab4f2b80adb13cf9f3267【技术贴】NVIDIA控制面板设,显示屏输入信号超出范围    http://hi.baidu.com/ae6623/item/9125d585dad55219c2162763【转载】Asp.net中DataBinder.Eval用法的总结    http://hi.baidu.com/ae6623/item/5916538f763647d05f0ec167【转】浅谈.NET中的数据绑定表达式1 http://hi.baidu.com/ae6623/item/0de27430332f2f25b3c0c567【技术贴】怎么拖动vs2008的控件  http://hi.baidu.com/ae6623/item/3e3840c315cbeb310831c667【转】性欲,绝对不能过早尝试! http://hi.baidu.com/ae6623/item/a5c200dfc9e2ddeb3cc2cb67回音哥所有歌曲下载链接地址!!回音哥唱的歌好听不?   http://hi.baidu.com/ae6623/item/25081e249103d68b9d63d167【技术贴】安装Android SDK出现的操蛋问题笔记 http://hi.baidu.com/ae6623/item/4ec5d7f7f8bfffdb6225d267【转】ps墨镜哥教你怎么变成合影帝   http://hi.baidu.com/ae6623/item/c2e75321aada2f8b6f2cc363【转】MySQL修改密码方法总结    http://hi.baidu.com/ae6623/item/0de67430332f2f25b3c0c563【技术贴】五分钟解决打开软件提示windows正在设置Microsoft Office Professional Edition 2003,请插入光  http://hi.baidu.com/ae6623/item/ca9f7e3f50fb1284b611db67【技术贴】所有好友的QQ空间都打不开进不去的超简单解决办法!  http://hi.baidu.com/ae6623/item/4cecfbd80353023b49e1dd67【技术贴】IIS相关问题解决笔记。   http://hi.baidu.com/ae6623/item/387783df7b3f881cd68ed063【技术贴】Realtek HD声卡下QQ语音话筒没声音解决办法 http://hi.baidu.com/ae6623/item/f139e512b2ece1a0ffded563【转】小生我怕怕工具包[2010.06.17](转自52破解论坛)   http://hi.baidu.com/ae6623/item/c153ca10404727ee9913d663【转】最真实、最火爆、最叛逆的90后《青春期》 http://hi.baidu.com/ae6623/item/4fc4b1352b7470d06c15e967【转】[转]黑鹰破解基础教程和VIP提高教程+天草破解教程   http://hi.baidu.com/ae6623/item/add810c3f60a3b56ac00ef67【技术贴】VB资源替换器 getvbres 0.9修改资源后如何保存exe更新 http://hi.baidu.com/ae6623/item/d8ff44f73f9eae4d922af267【转】VB程序字符串查找方法(组图)  http://hi.baidu.com/ae6623/item/8bf9267dd6ce0f326f29f667【转】CE5.3详细教程    http://hi.baidu.com/ae6623/item/4fc0b1352b7470d06c15e963【技术贴】解决打开程序出错,提示错误429,activex部件不能创建对象,不用重装系统。   http://hi.baidu.com/ae6623/item/01e8c4303615cfbc623aff67【转】去优酷广告方法,土豆,酷六,奇艺,cntv广告  http://hi.baidu.com/ae6623/item/29f86d0f75d8ef153b53ee63我的成长日记  http://hi.baidu.com/ae6623/item/98cfdb28440de2fc51fd8767联想昭阳E43闪屏_屏幕有亮线_问题交流QQ群群号   http://hi.baidu.com/ae6623/item/433832c621355a79cfd4f863【技术贴】自己制作支持QQ空间背景音乐的链接教程__QQ免费空间音乐外链自己上传制作教程    http://hi.baidu.com/ae6623/item/01ecc4303615cfbc623aff63【技术贴】图文教程 最新QQ空间免费背景音乐添加方法__QQ空间免费添加背景音乐。   http://hi.baidu.com/ae6623/item/4e20683380ae30c41a969667【技术贴】虚拟机安装出错处理。 http://hi.baidu.com/ae6623/item/3ea54018be335d12e2f98663【技术贴】红警三卡__红警三卡在游戏开始界面卡在右上角小星星卡在美女界面卡在创建名字黑屏的解决方案   http://hi.baidu.com/ae6623/item/6d12d53452de994f3175a167【分享】VC++6差错调试技巧。    http://hi.baidu.com/ae6623/item/adda10c3f60a3b56ac00ef65【技术贴】超级缓存supercache3设置教程__super chache 3重启开机黑屏的解决办法 http://hi.baidu.com/ae6623/item/149cee2b08146cc7ef10f165【技术贴】MFC classview类视图消失的解决办法__一些常见的VC 2B问题  http://hi.baidu.com/ae6623/item/f69257eafc8c823f87d9de61【技术贴】MFC出错Debug Assertion Failed! File_afx.inl 122line__VC++ 如何生成release版   http://hi.baidu.com/ae6623/item/7a007336763338f32684f465【转】MFC 连接SQL SERVER(ODBC方式) http://hi.baidu.com/ae6623/item/fc13442e4366cfd10f37f9656.23 北京大雨之后的冷幽默 天涯猫扑百度同步贴   http://hi.baidu.com/ae6623/item/ae455b0b96a7cc853d42e261【火狐】火狐鼠标拖拽打开新标签扩展 QuickDrag 2.1.2.20    http://hi.baidu.com/ae6623/item/452d2dfc6d703d11ff358265【转】使用Navicat 8.0管理mysql数据库(导入导出数据)  http://hi.baidu.com/ae6623/item/d11293112249ac051994ec61【转】MyEclipse提示键配置、提示快捷键、提示背景色、关键字颜色、代码显示、编辑框背景色等    http://hi.baidu.com/ae6623/item/1498ee2b08146cc7ef10f161【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序   http://hi.baidu.com/ae6623/item/1806bca4f2a032de5af19165【转】MyEclipse 8.5注册方法    http://hi.baidu.com/ae6623/item/8092d4bb9bc8c0a0ebba9365【分享】JAVA软件开发相关注册码 myeclipse注册码 + navicat注册码 http://hi.baidu.com/ae6623/item/60691e3bebf04ec2382ffa61【技术贴】安装MYSQL最后一步出现错误,提示__34_终结点映射器中没有更多的终结点可用的解决__34_!  http://hi.baidu.com/ae6623/item/54e5d13fa12b2f0acfb9fe61【技术贴】最简单的IE代理上网设置以及所有软件用IE代理上网终极教程! http://hi.baidu.com/ae6623/item/4e22683380ae30c41a969665【转】修改无线网卡MAC    http://hi.baidu.com/ae6623/item/3ea74018be335d12e2f98661【转】__8205_GhostXP_SP3 电脑公司特别版 v2011.06(庆端午) http://hi.baidu.com/ae6623/item/0779a22bcfb228cbddf69a65《程序员》杂志2011年第5期.pdf 下载链接 首发。    http://hi.baidu.com/ae6623/item/af0b26f07a22e215d6ff8c61【转】程序员杂志:2011程序员薪资调查报告  http://hi.baidu.com/ae6623/item/5b7597bb2bc15af463388e61myeclipse8.6注册码(转载别人)   http://hi.baidu.com/ae6623/item/8096d4bb9bc8c0a0ebba9361【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第3篇) http://hi.baidu.com/ae6623/item/a6116697015ca8bf82d29561【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第2篇) http://hi.baidu.com/ae6623/item/a8ee30ddcc91f4e1785daa65【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第1篇) http://hi.baidu.com/ae6623/item/bfa5f4acc730d6ad28ce9d6120个专业在线配色网站分享   http://hi.baidu.com/ae6623/item/22e537c58050317088ad9e61【技术贴】如何把搜狗浏览器的收藏夹导入到360浏览器的在线收藏夹    http://hi.baidu.com/ae6623/item/8896142775b160d2a417b665【转】数据结构链表操作之双链表的基本操作    http://hi.baidu.com/ae6623/item/143e6318faf9fb476826bb65【转】打造个性化ghostxp光盘另类教程(3)    http://hi.baidu.com/ae6623/item/7634045c9c158c3b32e0a961【转】打造个性化ghostxp光盘另类教程(2)    http://hi.baidu.com/ae6623/item/ad0ca0e44749d73f4cdcaf61csdn 《程序员》杂志2011年第4期.pdf 下载链接。  http://hi.baidu.com/ae6623/item/20b70102748ac4d71ef04664【技术贴】设置 Eclipse 智能代码提示,大幅度减少 alt+_ 使用频率,打每个字都出现代码提示的办法  http://hi.baidu.com/ae6623/item/1cf610aa79cda412a9cfb761【转】使用BT3、BT4光盘系统、虚拟机vmware破解无线上网    http://hi.baidu.com/ae6623/item/cc90921f39f8bcf186ad4e64【技术贴】桌面图标变色了怎么办?桌面图标快捷方式失真、模糊的解决办法! http://hi.baidu.com/ae6623/item/f51ccc7074ce9741ee1e5364【转】华为路由器、交换机设备模拟器   http://hi.baidu.com/ae6623/item/fd9fa0f87df01f1ce3e3bd61【转】【CN五一装机版】GhostXP_SP3电脑公司通用版v19.2装机版NTFS  http://hi.baidu.com/ae6623/item/d540dede3d05934adcf9be61【技术贴】ASPNET登录失败。MS-sql2005拒绝了对对象 __39___39_xxx__39___39_ (数据库 __39___39_xxx__39_    http://hi.baidu.com/ae6623/item/a5923b98af28fb8c59146164【技术贴】火狐的悬停激活标签扩展插件下载。Tab Focus  http://hi.baidu.com/ae6623/item/bf83c0eebdda9f235b2d6464【图片教程】大学易站注册发布教程!   http://hi.baidu.com/ae6623/item/20964716f8eedd0ad1d66d64【转】网页html+css样式各类常用小结   http://hi.baidu.com/ae6623/item/cc94921f39f8bcf186ad4e60 【转】Cheat Engine TUTORIAL 教程 (8个步骤)【转】   http://hi.baidu.com/ae6623/item/38def9d39cc772e3b2f77764【转】美国NASA致力研究超光速引擎,具备可能性    http://hi.baidu.com/ae6623/item/3718eb45f70420e7bcf4517c【转】如何自动关闭无响应程序  http://hi.baidu.com/ae6623/item/762c045c9c158c3b32e0a979【转】利用xml开发新闻发布系统(C_)    http://hi.baidu.com/ae6623/item/ad14a0e44749d73f4cdcaf79大学易站--专业郑州市大学生二手交易平台!   http://hi.baidu.com/ae6623/item/fafe8788400e9dc399255f7c大学易站--专业郑州市大学生二手交易平台!   http://hi.baidu.com/ae6623/item/fd87a0f87df01f1ce3e3bd79【技术贴】Media player打不开提示文件 wmp.dll 的版本号为 11.0.5721.5280,期望值为 11.0.5721.5236的解 http://hi.baidu.com/ae6623/item/a138a10ec8cc43c62f4c6b7ccmd批处理一闪而过一下子就消失了打不开的解决办法   http://hi.baidu.com/ae6623/item/0858b8d307ea2813d80e4478【转】光盘镜像网址   http://hi.baidu.com/ae6623/item/aee5093d1b1043667d034b78【转】(原创整理)酷我音乐盒2011最新版去广告方法  http://hi.baidu.com/ae6623/item/371ceb45f70420e7bcf45178【转】ASP.NET页面传值汇总    http://hi.baidu.com/ae6623/item/b01ef9dc6bfcb2f292a9747c【转】c_最小化到托盘 http://hi.baidu.com/ae6623/item/883f9aba151085d785dd797c【转】网页底部“回到顶部”功能代码   http://hi.baidu.com/ae6623/item/9125293575d9baf6e6bb7a7c【技术贴】右键菜单的注册表位置。很有用 http://hi.baidu.com/ae6623/item/c0f9e8ea2d83b90964db007c【技术贴】怎么备份双系统    http://hi.baidu.com/ae6623/item/a58e3b98af28fb8c59146178【转】设置 Eclipse 智能提示,大幅度减少 alt+_ 使用频率 http://hi.baidu.com/ae6623/item/0ad875743d51e65b0c0a077cISQL文件夹,目前唯一解决办法就是sa密码设置为复杂点的,开机密码设置成复杂点的。  http://hi.baidu.com/ae6623/item/000b534de34dbceaa4c06678vs2005智能提示快捷键,智能完成消失了怎么调出来。 http://hi.baidu.com/ae6623/item/dcdaf46ccc40f00ca0cf0f7c【转】Ajax 在ASP.Net(C_)中即时验证用户名    http://hi.baidu.com/ae6623/item/ea8ec70fd90c8868d55a117c【转】了解使用 ASP.NET AJAX 进行局部页面更新   http://hi.baidu.com/ae6623/item/525874bf0b51f047bb0e127c【转】当你 林俊杰 歌曲链接(支持QQ空间)  http://hi.baidu.com/ae6623/item/452ecef68bb3c008d99e7278在cmd里面输入debug__60_1.txt,瞅瞅神马是编程高手   http://hi.baidu.com/ae6623/item/883b9aba151085d785dd7978【转】QQ电脑管家绿色阉割版下载 只为QQ等级加速而生 http://hi.baidu.com/ae6623/item/cadacb7b63452b3b7044237c【转】Windows 7下十个不能关闭的服务  http://hi.baidu.com/ae6623/item/ac48bfce4b06c213b77a247c【技术贴】合上笔记本屏幕盖子,再打开蓝屏自动重启,ntoskrnl.exe   http://hi.baidu.com/ae6623/item/a3fdde328ceca981c3cf297c【转】Minidump 文件分析工具  http://hi.baidu.com/ae6623/item/acc50b26b82ba23695f62b7c【转】VS2005中的AJAX控件   http://hi.baidu.com/ae6623/item/640544caaf3fe80aac092f7c【技术贴】sql2005最常见的问题笔记。   http://hi.baidu.com/ae6623/item/a0c6bc179177d55ff0090e78【转】卡巴斯基2011导入key专用工具+卡巴斯基提取key工具(激活码转换key)  http://hi.baidu.com/ae6623/item/1e35b60dfe46c8f6a110347c【转】关于“Please install at least one language pack”的详细解决方法 http://hi.baidu.com/ae6623/item/f8129319f2e4ca09e75c367c【转】VMware中Ubuntu安装VMware Tools  http://hi.baidu.com/ae6623/item/1cc377d8f602ebfbca0c397c【转】如何实现小型WEB搜索引擎(C_ SQL Server全文检索 Asp.net) http://hi.baidu.com/ae6623/item/aa1e230f6a9c6ccb75cd3c7c【转】.net 命名规范(转) http://hi.baidu.com/ae6623/item/c445132d5ecf5f0b73863e7c【技术贴】去掉右键菜单的阿里旺旺右键,如何删除右键的“发送到陶江湖”! http://hi.baidu.com/ae6623/item/beb2065e322470414fff2078【技术贴】去掉右键菜单的阿里旺旺右键,如何删除右键的“发送到陶江湖”! http://hi.baidu.com/ae6623/item/ac4cbfce4b06c213b77a2478【转】解决WIN7下word图标异常 不关联.doc问题 右键没有新建 word文件解决    http://hi.baidu.com/ae6623/item/913ed585dad55219c2162778【技术贴】怎么洗方便面碗?越洗越不干净!的解决办法   http://hi.baidu.com/ae6623/item/acc10b26b82ba23695f62b78【技术贴】IE8变回IE6,怎么让IE8卸载,装IE6.0的超简单解决办法。  http://hi.baidu.com/ae6623/item/b9eef418cf949d663e87ce7c【转】PB9.0中messagebox的使用方法(原创)    http://hi.baidu.com/ae6623/item/f32b8225b8af2e110975087a【技术贴】注册表修改Win7默认字体为XP新宋体!!注册表修改字体。  http://hi.baidu.com/ae6623/item/ea88c70fd90c8868d55a117a【转】【转】一个一年工作经验的java工程师从工作初到今天的所有收藏的学习java的网站(有些很经典) http://hi.baidu.com/ae6623/item/ab407fcf884de7384594167a【转】ubuntu10.10下安装锐捷客户端  http://hi.baidu.com/ae6623/item/dcd0f46ccc40f00ca0cf0f76【转】『转载』windows 7下安装ubuntu 10.10 http://hi.baidu.com/ae6623/item/1e2466103315570ab88a1a7a关于__同学申请入党的群众意见--范文 http://hi.baidu.com/ae6623/item/20f40c4556e5df2711ee1e7a【转】ASP网站源代码修改方法 http://hi.baidu.com/ae6623/item/0ad7560e4e15b88f03ce1b76【转】XP开机启动一直停留在滚动条界面的解决方案    http://hi.baidu.com/ae6623/item/7099573f695e4ffadf222176【技术贴】完美解决win7字体模糊!解决360浏览器在win7的标签字体图标模糊。最新办法收集。    http://hi.baidu.com/ae6623/item/a5833b98af28fb8c59146175【技术贴】修改双系统Windows引导菜单里面的文字。。。   http://hi.baidu.com/ae6623/item/accf0b26b82ba23695f62b76【转】解决win7下重装winXP 系统启动选择菜单消失 问题 http://hi.baidu.com/ae6623/item/21d3b39e81d438ceb6253176【转】如何让win7超级任务栏还原xp任务栏?转帖的。 http://hi.baidu.com/ae6623/item/e25b6811b5c61e473b176e75【转】如何使用ghost安装双系统(图解)   http://hi.baidu.com/ae6623/item/f81c9319f2e4ca09e75c3676【转】GHOST XP﹢WIN7装双系统图解教程    http://hi.baidu.com/ae6623/item/b017f9dc6bfcb2f292a97475【转】Linux下添加用户   http://hi.baidu.com/ae6623/item/5905538f763647d05f0ec176【技术贴】QQ2010和360共存最新办法,唯一法解决办法。QQ360共存,同时安装。 http://hi.baidu.com/ae6623/item/54bac2e84c2e6cc6baf37d75大家听听360老总周鸿祎:不得不说的话。    http://hi.baidu.com/ae6623/item/323da1ef25d80cd4eb34c976【技术贴】安装sql2000出现以前的某个程序安装已在安装计算机上创建挂起的文件操作的解决办法。    http://hi.baidu.com/ae6623/item/82705215106f244ee65e0675【转】怎样制做内容丰富的幻灯片 PPT http://hi.baidu.com/ae6623/item/cb9f8c08b9d5d2e4fe240d75【转】不错的黑客和编程教程资源下载   http://hi.baidu.com/ae6623/item/0b8e8c43a214c013886d1075【技术贴】网页部分图片显示x红叉,网页图片不显示,网页图片显示异常,网页图片打不开。  http://hi.baidu.com/ae6623/item/c144ca10404727ee9913d676【转】极品免费网站空间申请:000webhost.com免费1.5G美国空间PHP+MySQL http://hi.baidu.com/ae6623/item/ab4f7fcf884de73845941675技术贴】QQ空间打开缓慢,无法编辑日志,由于您当前网络不稳定导致QQ空间打开异常的解决办法。  http://hi.baidu.com/ae6623/item/1e2b66103315570ab88a1a75【转】虚拟机VMware安装ubuntu以及安装vmtools http://hi.baidu.com/ae6623/item/20fb0c4556e5df2711ee1e75【技术贴】解决虚拟机xp安装雨林木风ylmf os的linux鼠标失效鼠标不准确鼠标定位不正常的根本办法    http://hi.baidu.com/ae6623/item/ae505b0b96a7cc853d42e276【技术贴】看网页时把图片设为桌面背景后的背景图片存放在那里啊存放路径。 http://hi.baidu.com/ae6623/item/0ef14e6f69cf6c106995e676【技术贴】VS2005不能新建项目不能新建网站。提示Microsoft visual studio 遇到了问题,需要关闭。   http://hi.baidu.com/ae6623/item/6cc565959408cd31326eeb76【技术贴】删除雨林木风文件夹ghost...三个点以及进入Ghost...的方法    http://hi.baidu.com/ae6623/item/adcb10c3f60a3b56ac00ef76【技术贴】解决虚拟机VMware7.0下虚拟win7找不到网卡,不能识别网卡。没有本地连接。  http://hi.baidu.com/ae6623/item/640a44caaf3fe80aac092f75【转】自己做的登录界面五款正常尺寸+一款宽屏【手把手教You如何制作登录界面】 http://hi.baidu.com/ae6623/item/b1ca0f8775d475c8ee083d75【转】设置右键显示_隐藏系统文件    http://hi.baidu.com/ae6623/item/f938086b240eff30ad3e8376【转】如何添加鼠标右键菜单里的快捷图标 http://hi.baidu.com/ae6623/item/98dcdb28440de2fc51fd8776【转】鼠标右键菜单设置大全   http://hi.baidu.com/ae6623/item/773aebf9846d3c1ca7298876【转】右键菜单大揭密  http://hi.baidu.com/ae6623/item/4ed7d7f7f8bfffdb6225d275【技术贴】QQ牧场的伊利答案+牛奶活动有奖问答提交为什么总是验证码错误?    http://hi.baidu.com/ae6623/item/80f7e5b529db1a9318469776【技术贴】我的文档不见了,我的文档消失了,我的电脑没有我的文档的解决办法。   http://hi.baidu.com/ae6623/item/4eefaaa931d4ddf314329b76【技术贴】火狐最好用的标签插件。    http://hi.baidu.com/ae6623/item/bfb0f4acc730d6ad28ce9d76【转】如何防止别的网站直接盗取自己的文章    http://hi.baidu.com/ae6623/item/729efcf03213e7c1a935a276【转】奇文共欣赏,疑义相与析:原文转载《电脑维护技巧》(N条举措N条理由)并请大家交流研讨   http://hi.baidu.com/ae6623/item/a3f0de328ceca981c3cf2971【转】PHPWind7.5如何在论坛、门户、圈子设置LOGO? http://hi.baidu.com/ae6623/item/769add30bb2995f3a984284d【技术贴】Windows图片和传真查看器打开图片慢,正在生成预览的解决办法!  http://hi.baidu.com/ae6623/item/17b3d0086e3da134a2332a4d【技术贴】魂斗罗坦克Normal Tanks第五关以及第5、6、7、关的LICENCE CODE的查找方法进行破解!  http://hi.baidu.com/ae6623/item/647244caaf3fe80aac092f4d【技术贴】怎么 豆瓣网在线看书 http://hi.baidu.com/ae6623/item/21aab39e81d438ceb625314d【转】c++.primer.plus.第五版.中文版[下载]  http://hi.baidu.com/ae6623/item/109cb4f2b80adb13cf9f3271【技术贴】安装 adobe flash player提示由于现有版本正在使用,因此无法安装Player Flash的解决办法  http://hi.baidu.com/ae6623/item/1bd897ffd316e759c8f33771【技术贴】有史以来最好的序拟主机安全配置    http://hi.baidu.com/ae6623/item/1cb477d8f602ebfbca0c394d【技术贴】删除XP自带的我的电脑里的__34_共享文档”    http://hi.baidu.com/ae6623/item/9c4610cf6cd7ee0d0bd93a71【转】vs2005打包说明(含卸载功能)    http://hi.baidu.com/ae6623/item/aa15230f6a9c6ccb75cd3c71【教程转载】 火狐浏览器 实用插件一览(附插件下载地址)    http://hi.baidu.com/ae6623/item/c432132d5ecf5f0b73863e4d【技术贴】火狐QQ空间音乐插件下载+火狐进空间没背景音乐崩溃解决+火狐浏览器插件推荐  http://hi.baidu.com/ae6623/item/c2895321aada2f8b6f2cc34d【技术贴】火狐收藏夹乱码,360在线收藏夹导入火狐收藏夹方法、 http://hi.baidu.com/ae6623/item/d80270d0f22e08342a35c771【技术贴】火狐浏览器FoxTab按住热键鼠标的滑轮和右键不能出现3D效果的解决办法。。原创   http://hi.baidu.com/ae6623/item/d87e70d0f22e08342a35c74d【转】火狐 鼠标手势 拓展 FireGestures 使用方法 教程  http://hi.baidu.com/ae6623/item/0b4ee162279d45117cdecc71云计算:程序员重回个人英雄时代,国内云计算平台即将搭建运行。  http://hi.baidu.com/ae6623/item/3244a1ef25d80cd4eb34c94d【技术贴】从51下载的网站代码asp源码怎么运行?怎么打开?  http://hi.baidu.com/ae6623/item/f12be512b2ece1a0ffded571【技术贴】asms文件,安装windows xp原版时,需要“asms”文件,H___92_I386__92_asms的解决办法。。  http://hi.baidu.com/ae6623/item/c141ca10404727ee9913d671【技术贴】visual stdio 2005下载地址,vs2005下载地址 vs2005正版破解 vs2005注册码  http://hi.baidu.com/ae6623/item/b999f418cf949d663e87ce4d【转】Visual Studio 2005不能调试的错误    http://hi.baidu.com/ae6623/item/381983df7b3f881cd68ed04d【转】无法登陆SQL server 服务器的解决办法  http://hi.baidu.com/ae6623/item/e72b99979b2087dc1a49df71【技术贴】远程桌面连接 时“由于帐户限制 您无法登陆”的解决办法    http://hi.baidu.com/ae6623/item/efcaf3bcd59a3d472bebe371【转】Win XP远程登录-如何远程控制电脑(windows系列大体相同)的相关设置  http://hi.baidu.com/ae6623/item/4fd2b1352b7470d06c15e971ת׀æ콝ʽ
文章
Web App开发  ·  安全  ·  JavaScript  ·  Java  ·  应用服务中间件
2013-03-21
我的五年百度博客文章列表(带链接版)
五年前,懵懵懂懂进入百度空间,五年后,总结一下在百度上贡献的文章(技术贴)以及收藏的文章.数了数大约450篇. name   urlservlet过滤器2 解决用户非法在线filter http://hi.baidu.com/ae6623/item/617c46c5a96b6dd196445292servlet过滤器1 解决字符集乱码filter  http://hi.baidu.com/ae6623/item/a006f07f0813c615d1dcb366GBK和UTF-8之间的战争,websphere6.1乱码解决方案   http://hi.baidu.com/ae6623/item/27c43f57e913a0cad2e10c46解决websphere6.1必须为元素类型web-app声明属性version http://hi.baidu.com/ae6623/item/654c99d8750f6990270ae7dfwebsphere6.1部署SystemErr.log必须为元素类型“web-app”声明属性“version”。   http://hi.baidu.com/ae6623/item/4de36fa0d7377539020a4dd4websphere6.1部署ear程序教程   http://hi.baidu.com/ae6623/item/af7341c20268110cc610b201在myeclipse中制作能部署到websphere上的java web程序教程制作ear   http://hi.baidu.com/ae6623/item/d1be54f99fb7ce28753c4c19目测websphere6.1不支持dbcp1.4以及1.4以上版本   http://hi.baidu.com/ae6623/item/dd429b8b75d475c8ee083de9短url生成类 http://hi.baidu.com/ae6623/item/25f20f02b5137722a0312d94maven与log4j之间的配置,log4j如何配置到web项目根目录下最简单方案   http://hi.baidu.com/ae6623/item/71244628ee78f6cca5275a9f【技术贴】servlet传参_前台传参含中文符号等tomcat乱码java后台接收乱码终极解决方案 http://hi.baidu.com/ae6623/item/cae883036a9c6ccb75cd3cfamyeclipse修改乱码(编码格式修改)以及代码格式化换行问题    http://hi.baidu.com/ae6623/item/0672cc1db5c61e473a176e89Myeclipse 6.5eclipse.ini低配机器 配置参数  http://hi.baidu.com/ae6623/item/f02c4a2708146cc7ef10f101ireportjasperreports-4.7.0 生成pdf各种sb问题总结   http://hi.baidu.com/ae6623/item/7135c814faf9fb476926bb9c[解决]怎么查找maven的各个jar包依赖的是别的什么jar包    http://hi.baidu.com/ae6623/item/c31ef346ff440c0fe9350408解决Font__39_STSong-light__39_ is not available to the JVM. See the Javadoc for moredetails.    http://hi.baidu.com/ae6623/item/bf91b8215ecf5f0b73863edc转载此文章   http://hi.baidu.com/ae6623/item/1bb8ba18708f270f8fbde40aoracle 分段查数据和分段求和sql语句 和java代码 http://hi.baidu.com/ae6623/item/aaa12115f2e4ca09e75c3635myeclipes启动tomcat6报错解决方案:a configuration error occured during startup. jdk  http://hi.baidu.com/ae6623/item/681b9620f65c479cb63263fa解压版Tomcat startup.bat一闪而过的解决办法  http://hi.baidu.com/ae6623/item/3718dd1db5c61e473b176e23转载此文章   http://hi.baidu.com/ae6623/item/42fc4002952432e5f55ba65e各种在线api地址   http://hi.baidu.com/ae6623/item/d1e3ad2b75b160d2a417b65eTomcat下获取当前类的路径中含有空格的解决方案   http://hi.baidu.com/ae6623/item/4509733fe29359119dc65e2c由于使用zen coding导致myeclipse6.5中使用Alt+_不自动提示的解决办法  http://hi.baidu.com/ae6623/item/e1e0d50375d8ef153b53ee67双击打开我的电脑 看不到硬盘盘符出现慢 安装百度云之后我的电脑卡    http://hi.baidu.com/ae6623/item/708e3bd37b3f881cd68ed0c8NotePad++ 找个html格式化的插件都没有~~本来都准备来篇文章描写下notepad++代码格式化的,看来木有必要了....  http://hi.baidu.com/ae6623/item/63c46624440de2fc50fd879a小米MIUI系统内存占用率越来越高的解决办法  http://hi.baidu.com/ae6623/item/0b641903dec6be95a2df430eoracle 报错column ambiguouslydefined    http://hi.baidu.com/ae6623/item/b2c9f26369cf6c106895e6ba【java】利用servlet解析报文,上传文件    http://hi.baidu.com/ae6623/item/8b4d07e44c2e6cc6baf37dcfjava web 中文乱码问题,上传组件传参乱码解决  http://hi.baidu.com/ae6623/item/87e461f28ee29d723d198bb1myeclipse javadoc时候乱码-编码GBK 的不可映射字符    http://hi.baidu.com/ae6623/item/885f1f7c74ce9741ee1e5353好文章!!   http://hi.baidu.com/ae6623/item/e164df8b75d475c8ee083d07酷派7019获得root教程 亲测   http://hi.baidu.com/ae6623/item/0327a61af8eedd0ad1d66d01重装系统开机蓝屏0x0000007E错误但是可以进入安全模式  http://hi.baidu.com/ae6623/item/f25934c20268110cc610b2ebPOI 单元格格式化- 数据格式化  http://hi.baidu.com/ae6623/item/9b011b2b4237ef434799627dmyeclipse 多行注释 格式化 换行问题 http://hi.baidu.com/ae6623/item/1fa16e14faf9fb476826bbe8Myeclipse打开xml properties jsp等文件乱码的终极解决方案   http://hi.baidu.com/ae6623/item/367683388df1349cb90c0338csv格式文件最大行数最大列数(各个excel版本)  http://hi.baidu.com/ae6623/item/554cb5d1c5ff5e56d73aae19Myeclipse 自动生成javadoc 教程   http://hi.baidu.com/ae6623/item/f004a638b424b8342f0f81adMyEclipse6.5配置Tomcat7.x http://hi.baidu.com/ae6623/item/8664b729b8af2e1109750821myeclipse6.5安装maven2插件教程 (Maven+MyEclipse6.5)   http://hi.baidu.com/ae6623/item/2fe02c1d494ac28889a95663maven构建项目自动部署到tomcat中遇到的各种sb问题总结    http://hi.baidu.com/ae6623/item/809c7cfb3f9eae4d922af272IE8 访问https安全证书错误_导航阻止 解决办法 《转》 http://hi.baidu.com/ae6623/item/bbb282f99fb7ce28753c4cecmyeclipse使用maven教程  http://hi.baidu.com/ae6623/item/764d67036a9c6ccb75cd3c54转载此文章   http://hi.baidu.com/ae6623/item/89d08cf99fb7ce28753c4cce【技术贴】小米无法连接xp无线网卡建立的虚拟wifi  http://hi.baidu.com/ae6623/item/906bf8a8e6c462208819d359【技术贴】如何汉化myeclipse 中的svn插件 http://hi.baidu.com/ae6623/item/c8f8b73e8ceca981c3cf2965先进后出,和先进先出果然名不想续传。  http://hi.baidu.com/ae6623/item/74f0b9dbbd0da9ca1b72b417解决QQ聊天QQ秀咒语为什么我不能施放咒语_看不到咒语效果?  http://hi.baidu.com/ae6623/item/0c90f91ac114c7d9be90421b《远方的父母》百度空间2012年度温情策划   http://hi.baidu.com/ae6623/item/13341703c8cc43c62f4c6b7c【java】servlet输出pdf文件到浏览器 教程 http://hi.baidu.com/ae6623/item/096451e72d83b90964db00ed【java】itext pdf 分页  http://hi.baidu.com/ae6623/item/345b261ccfe597fd9d778a1f【技术贴】鼠标右键盘符属性报错Volumefilter WMI not found的解决办法 http://hi.baidu.com/ae6623/item/deebec03d6a3623ff3eafc96【技术贴】每次打开excel表格都会弹出新excel。book1.xls解决方法    http://hi.baidu.com/ae6623/item/cd86623dbb2995f3a984285d更改vss默认登录名或自动登录教程   http://hi.baidu.com/ae6623/item/a69275216c26020f43634afa很实用。。而且自己可以自定义快捷键比如Alt +up _ Alt + down _ Alt + _  http://hi.baidu.com/ae6623/item/8715a13e80ae30c41b96969f【技术贴】同一局域网内电脑或者手机ping不通对方的解决办法  http://hi.baidu.com/ae6623/item/712e56315c8e08bb124b1435jquery操作下拉框 http://hi.baidu.com/ae6623/item/1515bc06f02f94ee349902e7Jquery主要控件的取值、赋值,包括textbox,button,lable,radio,checkbox,selected http://hi.baidu.com/ae6623/item/b4aad236ebf04ec2382ffaaf【转】编写CSS时的小技巧   http://hi.baidu.com/ae6623/item/9d7aa995a01664de7a7f012c【java】对poi合并excel单元格的分析,java导出excel http://hi.baidu.com/ae6623/item/bab23d25440de2fc51fd8747非常有用!!感谢分享!!解决了一个很大的疑惑!!尼玛myeclipse卡死之后我的jdk就抽风了。。 http://hi.baidu.com/ae6623/item/067d73398df1349cb90c0332    http://hi.baidu.com/ae6623/item/6aaf2c3ee29359119dc65ef1chrome新建标签 打开主页 谷歌浏览器新建标签页自动打开主页    http://hi.baidu.com/ae6623/item/854ba195a01664de7a7f015b获取当前cookie至剪切板  http://hi.baidu.com/ae6623/item/e0d8e31c494ac28888a956ba    http://hi.baidu.com/ae6623/item/87fcf3519c158c3b32e0a9d4List转换成为数组  http://hi.baidu.com/ae6623/item/a15ac9d0cc91f4e1785daa1c【java】opencsv导出csv之后的数字格式问题解决   http://hi.baidu.com/ae6623/item/0e7b3d3d3615cfbc623affe1好方法。    http://hi.baidu.com/ae6623/item/40a83bffffa10c0f85d27806这个方法还真没用过,一般都是上来直接if(rs!=null__ rs.next()) { ... },下次试试这个玩法。   http://hi.baidu.com/ae6623/item/a389851c2249ac051994ece7受益匪浅,实践出真知。 http://hi.baidu.com/ae6623/item/0133375cdb9789acadc857de转载此文章   http://hi.baidu.com/ae6623/item/2fdbd429f115ac0c77272cab百度最近肿么了 http://hi.baidu.com/ae6623/item/11df2cd743eb633de2108f01good    http://hi.baidu.com/ae6623/item/1b14712521ec2681ae48f5detomcat自动重部署java web项目 热部署   http://hi.baidu.com/ae6623/item/d62e496f64196d95c4d249dfservlet输出流乱码    http://hi.baidu.com/ae6623/item/dbaa1d3e80ae30c41a969617【java】getWriter() has already been called for this response错误解决 http://hi.baidu.com/ae6623/item/6a083a18e62fad3bb831801d小米手机为什么发热?  http://hi.baidu.com/ae6623/item/82a9c6ca038c1843a8ba94d8百度空间更新新更能,文章中出现最近访客 http://hi.baidu.com/ae6623/item/8a7a12551510e93094eb05ccItext5 rowspan 可以跨行 http://hi.baidu.com/ae6623/item/6e32e5d2f602ebfbca0c39f5持续更新iText in Action 2ndEdition中文版 个人翻译    http://hi.baidu.com/ae6623/item/af10ff40e958bb0bc0161349【技术贴】MIUI小米桌面图标太乱如何一键刷新桌面排列图标。  http://hi.baidu.com/ae6623/item/11f75c77d6ce0f326e29f692【技术贴】myeclipse6.5配置svn 1.8最新版详细教程带图片    http://hi.baidu.com/ae6623/item/4f8f7261240eff30ad3e830c【技术贴】解决福昕阅读器pdf打印横向打印不居中,页面有空白  http://hi.baidu.com/ae6623/item/645b9c2d4237ef4347996255真心的好。   http://hi.baidu.com/ae6623/item/554cfbdbf22e08342a35c728从零开始学习webservice第一集,java webservice简单实例入门教程    http://hi.baidu.com/ae6623/item/711051ca863c5b28ee4665b9这么好的东东。收了。  http://hi.baidu.com/ae6623/item/d775b6573ef19916abf6d71e这个给力!!连接池。  http://hi.baidu.com/ae6623/item/46a89decabed92acc00d750f挺实用的。。  http://hi.baidu.com/ae6623/item/ed2ac434695e4ffadf22210f【技术贴】?用程序调用福昕阅读器打开pdf文件_解决C__Programfiles不是内部或外部命令 http://hi.baidu.com/ae6623/item/862bc405d6a3623ff2eafcd4这个有合并单元格。。可以参考下 http://hi.baidu.com/ae6623/item/a5b67b5dfe27459108be1732小米手机测试代码电池测试代码  http://hi.baidu.com/ae6623/item/ef46e1b40b51f047bb0e126c【技术贴】解决IE8加载网页慢IE8第一次打开网页卡  http://hi.baidu.com/ae6623/item/32b3e21ee62fad3bb9318093【技术贴】小米连接wifi提示已保存,但是无ip无法上网的解决办法   http://hi.baidu.com/ae6623/item/661a4bd76bfcb2f292a97462【技术贴】小米otg线连接U盘文件管理器找不到U盘内容的解决办法    http://hi.baidu.com/ae6623/item/6a3235d47b3f881cd68ed051    http://hi.baidu.com/ae6623/item/92c809276c26020f43634a1e【技术贴】myeclipse自动提示代码很慢的解决方法_自动提示卡慢 http://hi.baidu.com/ae6623/item/425928f4d316e759c8f337fb第七点很喜欢。 http://hi.baidu.com/ae6623/item/50f474f9b80adb13cf9f3242【java】接口的作用_实例讲解java接口  http://hi.baidu.com/ae6623/item/517ba248220de1f1dd0f6c41今天遇到的问题分析   http://hi.baidu.com/ae6623/item/bc5fda30ebf04ec2392ffa80媳妇的小米1s到货。。晒晒情侣机。   http://hi.baidu.com/ae6623/item/0c16017063452b3b704423ba    http://hi.baidu.com/ae6623/item/a65232a3d917d99b1410735eMIUI小米 卸载金山安全服务 http://hi.baidu.com/ae6623/item/4d4736f9ffa10c0f85d2783d小米1s充电时屏幕一直亮着不关闭的解决办法   http://hi.baidu.com/ae6623/item/8798f3579c158c3b32e0a936【技术贴】解决Eclipse编译java源文件之后没有生成class文件_找不到class文件 http://hi.baidu.com/ae6623/item/f0bde2b7d59a3d472bebe371HTML滚动文字代码marquee标签    http://hi.baidu.com/ae6623/item/8f493113be335d12e2f986f7解决servlet的out输出流html中文乱码    http://hi.baidu.com/ae6623/item/1a07b4dc461473836cce3fc4小米1s 正式为我服役,纪念一下。   http://hi.baidu.com/ae6623/item/b114d85fa5f5a4c59f2667ef最近在做报表系统的重构。    http://hi.baidu.com/ae6623/item/dcc4a70ac0841415acdc7003【技术贴】Word 2003 该工程中的宏被禁止,请查阅联机文档解决的解决办法 http://hi.baidu.com/ae6623/item/e7c9c54d286f88a8de2a9fa4word自定义粘贴选项方法   http://hi.baidu.com/ae6623/item/d5b3920e6e3da134a2332a72【技术贴】解决Eclipse启动不了,一闪而过的问题  http://hi.baidu.com/ae6623/item/8571c72f21ec2681ae48f5fc【技术贴】解决U盘无法复制_磁盘被写保护,请去掉写保护或使用另一张磁盘。    http://hi.baidu.com/ae6623/item/9d3f97f6310cd80bc6dc4582【技术贴】Eclipse__Myeclipsetab缩进转换为空格教程    http://hi.baidu.com/ae6623/item/9986035b1510e93094eb0562【java】获得数据集中的总行数和总列数    http://hi.baidu.com/ae6623/item/582f8b343615cfbc623affa6【技术贴】MyEclipse6.5注册码    http://hi.baidu.com/ae6623/item/3ea51eca21d1b620e80f2ece【技术贴】MyEclipse 选中文字,相似的文字不变色了。选中某个属性或方法后不变色了   http://hi.baidu.com/ae6623/item/44b903dd0353023b49e1dd37【技术贴】在MyEclipse6.5 中安装jadclipse(反编译工具) jad.exe  http://hi.baidu.com/ae6623/item/3a42d913fbe351f8746a841f【技术贴】MyEclipse打出syso代码不能自动补全补全不能输出system.out.println()的解决办法!    http://hi.baidu.com/ae6623/item/a6536692015ca8bf82d29526【技术贴】利用myeclipse自动生成java类图_java源代码自动生成类图    http://hi.baidu.com/ae6623/item/a055469da01664de7a7f0171360安全桌面壁纸被设为壁纸后的路径xp    http://hi.baidu.com/ae6623/item/6d972c6764196d95c4d24950【技术贴】虚拟机网络上有重名的解决_虚拟机Net模式提示有重名 http://hi.baidu.com/ae6623/item/5e07e9dd0353023b49e1ddf1挺漂亮的,可以做手机壁纸。   http://hi.baidu.com/ae6623/item/2fb8511dbe335d12e2f98663【java】分割字符串工具类,霸气jdk自带的    http://hi.baidu.com/ae6623/item/7b739653a5f5a4c59f2667f2【技术贴】解决右键没有新建文本文档_右键没有新建txt http://hi.baidu.com/ae6623/item/11e65c33763338f32684f4c6【java】Invalid character constant    http://hi.baidu.com/ae6623/item/684dc9d69cc772e3b2f777fawin8全面开放民间下载地址!win8下载地址win8下载链接    http://hi.baidu.com/ae6623/item/17e084296c26020f43634ae0挺好看的。可以做手机壁纸。四季变换。  http://hi.baidu.com/ae6623/item/226e2ed08e5eee1b20e250d2【技术贴】网页把IE工具栏给隐藏了怎么办    http://hi.baidu.com/ae6623/item/8a7c7d835c0e7cdbd0f8cdd2转了,这么经典的。。。 http://hi.baidu.com/ae6623/item/3c97cebf151085d785dd7917必须转。    http://hi.baidu.com/ae6623/item/49baf8fcc4f43cc70cd1c817【技术帖】各种jsp servlet报错问题总结    http://hi.baidu.com/ae6623/item/3dcd9615404727ee9913d6ff    http://hi.baidu.com/ae6623/item/45014a26f115ac0c77272c7d【技术贴】websphereinstalledApps下不生成ear项目文件 http://hi.baidu.com/ae6623/item/1c1c38ba7b20f2ef4ec7fda6最全的java时间处理工具类  http://hi.baidu.com/ae6623/item/8556c30cd6a3623ff2eafc1a【技术贴】PL_SQL错误提示database character set(AL32UTF8) and Client character set(ZHS16GBK)are different   http://hi.baidu.com/ae6623/item/67d807e2e73ea1b02e140baaMyEclipse 8 系列终极优化  http://hi.baidu.com/ae6623/item/4dba0159e913a0cad2e10c6a【技术贴】360安全卫士优化关闭了光驱怎么打开 http://hi.baidu.com/ae6623/item/ea2269891ad49152e73d19c0【技术贴】ActiveX 部件不能创建对象Wscript.Shell,右键打开所在目录的批处理bat http://hi.baidu.com/ae6623/item/9b0b49399ec31a4c023edc50工具善其事,必先被苦逼的其器所钝伤然后打磨之才能利其器 http://hi.baidu.com/ae6623/item/2ae16bb6370e0970244b0978oracle本地服务名配置说明 http://hi.baidu.com/ae6623/item/4b346314b0d51b771009b596plsql自定义设置 自动提示 http://hi.baidu.com/ae6623/item/961a2c37112b2a302f20c47ejs __ 运算符config = config __{}_    http://hi.baidu.com/ae6623/item/cdab1829cfb228cbddf69ab9ExtJS入门之事件(fireEvent)   http://hi.baidu.com/ae6623/item/2e066c87dad55219c3162783《钢的琴》观后感    http://hi.baidu.com/ae6623/item/b3053fbed59a3d472bebe3a2总结的和好。。。顶了  http://hi.baidu.com/ae6623/item/0c53cf5e3ef19916abf6d7f5帅 !!!   http://hi.baidu.com/ae6623/item/dfe9e6963e108fb8cd80e58f通过JS,全选当前页面所有的复选框   http://hi.baidu.com/ae6623/item/ff92848a400e9dc399255f52【技术贴】Pdf压缩利器--PDFshrink使用教程 http://hi.baidu.com/ae6623/item/d8647d099cc885d873e67691犀利。受益匪浅。    http://hi.baidu.com/ae6623/item/aa1796e957dd382a5a7cfbc0【技术贴】ppt2003更换图片_更换带有动作特效的图片_替换ppt图片    http://hi.baidu.com/ae6623/item/3efbfec5803ff767f7c95d81【技术帖】真正解决反恐精英csOL:StartService 0X204 为防御非法程序driver解决办法  http://hi.baidu.com/ae6623/item/d1699559e913a0cad2e10cb6ExtJs教程第一集 搭建ext环境后的第一个hello World  http://hi.baidu.com/ae6623/item/ea75fdcc4b06c213b67a2483Eclipse利用Spket包搭建Ext js环境教程 http://hi.baidu.com/ae6623/item/c296a3b729db1a9318469757我的空间轨迹! http://hi.baidu.com/ae6623/item/c1b6793775d9baf6e6bb7a11很有深意。已经玩到就业这一关了。继续奋斗。加油 http://hi.baidu.com/ae6623/item/9753a85999eb2b0ce7c4a545    http://hi.baidu.com/ae6623/item/1b3ee0dd3d05934adcf9be40【转】常见hibernate面试题(转载)   http://hi.baidu.com/ae6623/item/1e0a66103315570ab98a1a94【转】怎样删除word文档里面的横线  http://hi.baidu.com/ae6623/item/c52cca24f115ac0c76272c98巴西电影未来之人插曲_男女合唱Tempo Perdido    http://hi.baidu.com/ae6623/item/58f7a717d68598cb39cb3098【技术帖】IE6所有标签元素支持hover伪类的解决方案    http://hi.baidu.com/ae6623/item/a1d7e9f7b09ec3ca531c2694关于黑衣人3结尾时插曲K哼的歌名_Empire State Of Mind歌词中文翻译 http://hi.baidu.com/ae6623/item/17ecd0086e3da134a3332a94【记录】做网站需要的零碎的知识点。   http://hi.baidu.com/ae6623/item/aa32230f6a9c6ccb74cd3c98【转】查看项目中的struts、spring、hibernate 版本的方法  http://hi.baidu.com/ae6623/item/c469132d5ecf5f0b72863e98【java】在jsp的js和css里面使用EL表达式取值_style里面用$取值    http://hi.baidu.com/ae6623/item/e9369735112b2a302e20c498【转】浅谈Windows_7_32位与64位之区别.txt   http://hi.baidu.com/ae6623/item/3e0940c315cbeb310931c698【转】地心历险记2:神秘岛 迅雷 下载地址_神秘岛 高清 下载地址 http://hi.baidu.com/ae6623/item/54feaa8f84793e824414cf98SSH框架+mysql+tomcat 服务器中文乱码解决方案 http://hi.baidu.com/ae6623/item/321ba1ef25d80cd4ea34c994【转】html背景设置 http://hi.baidu.com/ae6623/item/9d3dacf9c4f43cc70dd1c894【技术贴】java插入mysql中文乱码解决_java插入mysql数据库显示问号?  http://hi.baidu.com/ae6623/item/d3d935e00b9bb614585dd898【技术贴】手把手教你做背景半透明的div效果  http://hi.baidu.com/ae6623/item/253d1e249103d68b9c63d194【技术贴】百度输入法老皮肤下载_百度输入法老的默认皮肤_百度皮肤下载  http://hi.baidu.com/ae6623/item/8cbe5bea8009abf3e0a5d494【技术贴】笔记本触摸板不灵敏_取消笔记本插入外置鼠标自动关闭触摸板鼠标 http://hi.baidu.com/ae6623/item/d3dd35e00b9bb614585dd894【转】VMware Workstation 8.0.1build-528992精简绿色版   http://hi.baidu.com/ae6623/item/4cd9fbd80353023b48e1dd94【转】Vmware 8.0注册码 序列号key 注册方法   http://hi.baidu.com/ae6623/item/0ed34e6f69cf6c106895e698【技术贴】解决开机本地连接出来慢,本地连接开机后出来时间慢   http://hi.baidu.com/ae6623/item/6ce765959408cd31336eeb98【技术贴】笔记本插入外置鼠标自动关闭触摸板鼠标 http://hi.baidu.com/ae6623/item/efe9f3bcd59a3d472aebe394【技术贴】搜狗浏览器 标签页 看后吧 解决   http://hi.baidu.com/ae6623/item/29cd6d0f75d8ef153a53ee98解决Mysql远程连接出错不允许访问ERROR 1130_Host is not allow http://hi.baidu.com/ae6623/item/7a337336763338f32784f498大学易站暂时关闭通知  http://hi.baidu.com/ae6623/item/d12193112249ac051894ec94Openoffice添加页脚页码页数页眉    http://hi.baidu.com/ae6623/item/81e8b3b87b20f2ef4fc7fd98四级查分步骤解决无法找到对应的分数 请确认你已安装并启动了CET查分保护盾   http://hi.baidu.com/ae6623/item/54d2d13fa12b2f0aceb9fe98【java易错点】java split分割字符串 空格问题解析 http://hi.baidu.com/ae6623/item/b9d4132821ec2681af48f594带图,解决本页不但包含安全的内容,也包含不安全的内容是否显示不安全的内容    http://hi.baidu.com/ae6623/item/8bcc267dd6ce0f326e29f694【转】js竖状伸缩导航 http://hi.baidu.com/ae6623/item/81ecb3b87b20f2ef4fc7fd94【转】深度完美GhostXP_SP3快速装机优化版V2011.12   http://hi.baidu.com/ae6623/item/97f78334b424b8342e0f8194【转】神同步!这俩熊孩子太会玩了,以前的同步都弱爆了  http://hi.baidu.com/ae6623/item/80a1d4bb9bc8c0a0eaba9398【转】依然愛你(王力宏) 外国妹翻唱版, 屌爆了有木有    http://hi.baidu.com/ae6623/item/02ca2116fbe351f8756a8494【转】XP_2000无法使用“缩略图查看”、右键无“设置桌面背景”选项问题详解 http://hi.baidu.com/ae6623/item/0c534cc0038c1843a9ba9498【转】Pitaschio_ 右键单击关闭窗口, 告别bbskin   http://hi.baidu.com/ae6623/item/4e11683380ae30c41b969698【转】笔记本电脑关机时蓝屏是怎么回事  http://hi.baidu.com/ae6623/item/4ecdaaa931d4ddf315329b98【转】ckEditor使用方法  转帖 http://hi.baidu.com/ae6623/item/01d0f03f2bfaf55e81f1a790【技术贴】tomcat启动失败can not find a free socket的解决办法 http://hi.baidu.com/ae6623/item/fce39e11cfe597fd9d778a6c【技术贴】局域网设置 使用自动配置脚本 有对钩被选中取消不掉的解决办法 http://hi.baidu.com/ae6623/item/545488e56147850a8d3ea890【技术贴】TOMCAT,Mysql提示Unknown column __39_content__39_ in__39_field list__39_ http://hi.baidu.com/ae6623/item/c42a1f39fb0ad6fa97f88d6c【技术帖】Mysql The__39_InnoDB__39_ feature is disabled_ you need MySQL built with__39_InnoDB__39_ to have it work http://hi.baidu.com/ae6623/item/77614eda43eb633de2108f6c【转】男人帮经典语录开场白及旁白完整版 http://hi.baidu.com/ae6623/item/3161fed3d9bfebbf32db906c周杰伦2011所有歌曲完整版无删节全正版打包免费下载http___115.com_file_bhr4pay8_    http://hi.baidu.com/ae6623/item/809dd4bb9bc8c0a0ebba936cjs过滤空格回车    http://hi.baidu.com/ae6623/item/8d4d6447b1a082d7c0a5926c孙红雷男人帮全集迅雷下载    http://hi.baidu.com/ae6623/item/6bd6ba11c8c6dce05f53b190男人帮所有手机铃声下载_左永邦手机铃声下载,顾小白手机铃声下载,米琪手机铃声下载,艾米手机铃声下载   http://hi.baidu.com/ae6623/item/80e9e5b529db1a931846976c【转】.NET完美实现伪静态页面,URLRewriter.dll下载  http://hi.baidu.com/ae6623/item/ba15a1f70d2899b130c1996c【技术贴】网站首页浏览量统计代码,适合.NET__网页浏览量计数器代码 http://hi.baidu.com/ae6623/item/d3c8d5ce0268110cc710b290【转】css解决兼容的问题   http://hi.baidu.com/ae6623/item/1608d816b0d51b771009b590红警95 3D重置版下载地址_3D95红警下载地址  http://hi.baidu.com/ae6623/item/19741cd6bd0da9ca1a72b490【技术贴】关闭Myeclipse_eclipse鼠标悬停时的代码函数提示    http://hi.baidu.com/ae6623/item/889d142775b160d2a517b690【转】浅谈VisualC_进行图像处理    http://hi.baidu.com/ae6623/item/22ee37c58050317088ad9e6c【转】flashcs4 打不开的解决方法(启动界面一闪而过) http://hi.baidu.com/ae6623/item/6ec69fe2e25868236dabb890【转】去除.Net页面中的ViewState乱码    http://hi.baidu.com/ae6623/item/6d1fd53452de994f3175a16c【技术贴】DropDownList的css颜色样式修改 http://hi.baidu.com/ae6623/item/ce00581e8a55dcfc65eabf90【转】目录和文件名遍历输出  批处理batch    http://hi.baidu.com/ae6623/item/ad03c291bbc5241a934f416f【转】五笔字根图    http://hi.baidu.com/ae6623/item/b1d1bbdda78aa2da241f406f【技术贴】最新唯一解决:未能创建视频预览,请检查设备连接,确定没有其他应用程序或用户使用该设备 http://hi.baidu.com/ae6623/item/7280fcf03213e7c1a935a26c【转】css命名规则详细介绍  http://hi.baidu.com/ae6623/item/792f5417c114c7d9be90426f【转】VisualAssist X 10.6.1856.0完美破解版注册码破解补丁注册机(Crack)    http://hi.baidu.com/ae6623/item/01d4f03f2bfaf55e80f1a76c【转】ASP.NET3.5 开发范例精讲精析--读书笔记   http://hi.baidu.com/ae6623/item/20bc0102748ac4d71ef0466fASP.NET开发实战宝典.pdf配套视频源码iso_ 开发实战宝典pdf和配套视频源码iso http://hi.baidu.com/ae6623/item/545088e56147850a8c3ea86c【转】36个经典的JQuery导航菜单演示+下载    http://hi.baidu.com/ae6623/item/60d53f6264196d95c4d2496f【技术贴】.NET的cs文件里调用javascript一闪而过的解决方法    http://hi.baidu.com/ae6623/item/14e37e0b5a797d066d90486f【转】if (!IsPostBack) http://hi.baidu.com/ae6623/item/d972b22c6c26020f43634a6f【转】js弹出框详解  http://hi.baidu.com/ae6623/item/7d3dc0f59fb7ce28753c4c6f【转】谈谈三层架构中MODEL的作用  http://hi.baidu.com/ae6623/item/370beb45f70420e7bcf4516f【转】制作.net实体类生成器(1)  http://hi.baidu.com/ae6623/item/19701cd6bd0da9ca1b72b46c【转】牛腩的网站和博客 http://hi.baidu.com/ae6623/item/91388743713c6cae60d7b96c把录制的视频压缩到最低 http://hi.baidu.com/ae6623/item/14316318faf9fb476826bb6c【技术贴】Pleaseverify that the Microsoft Data Access Components 2.1    http://hi.baidu.com/ae6623/item/c9fa8b63efd3a42268105b6f【技术贴】删除空白文件夹,提示无法读源文件或磁盘的解决方法   http://hi.baidu.com/ae6623/item/84809b3c5c8e08bb124b1467密码  http://hi.baidu.com/ae6623/item/f1ee399511a4124ef0421563【分享】神龙斗士123部下载链接,魔神英雄传辽宁艺术90年代配音版   http://hi.baidu.com/ae6623/item/20e90c4556e5df2711ee1e67【技术贴】解决已成功与服务器建立连接,但是在登录过程中发生错误。(provider_ 共享内存提供程序    http://hi.baidu.com/ae6623/item/45dcc48b1ad49152e73d1963【技术贴】c_asp.net 无法直接启动带有“类库输出类型”的项目若要调试此项目,请在此解决方案中添加一 http://hi.baidu.com/ae6623/item/c5182e1ddb0cb77f7a5f2567【转】如何在word中批量修改图片大小zz   http://hi.baidu.com/ae6623/item/d1f16def030b2a0a570f1d63美国队长--清晰TC中字 迅雷下载+ 美国队长 漫画 复仇者迅雷下载  http://hi.baidu.com/ae6623/item/708c573f695e4ffadf222163【转】腾讯、人人、新浪社交网络优劣势分析(转自月光博客)    http://hi.baidu.com/ae6623/item/cac5cb7b63452b3b70442363【转】怎么让开发的aspx返回的页面网页源文件中没有“乱码”ViewState___  http://hi.baidu.com/ae6623/item/108ab4f2b80adb13cf9f3267【技术贴】NVIDIA控制面板设,显示屏输入信号超出范围    http://hi.baidu.com/ae6623/item/9125d585dad55219c2162763【转载】Asp.net中DataBinder.Eval用法的总结    http://hi.baidu.com/ae6623/item/5916538f763647d05f0ec167【转】浅谈.NET中的数据绑定表达式1 http://hi.baidu.com/ae6623/item/0de27430332f2f25b3c0c567【技术贴】怎么拖动vs2008的控件  http://hi.baidu.com/ae6623/item/3e3840c315cbeb310831c667【转】性欲,绝对不能过早尝试! http://hi.baidu.com/ae6623/item/a5c200dfc9e2ddeb3cc2cb67回音哥所有歌曲下载链接地址!!回音哥唱的歌好听不?   http://hi.baidu.com/ae6623/item/25081e249103d68b9d63d167【技术贴】安装AndroidSDK出现的操蛋问题笔记 http://hi.baidu.com/ae6623/item/4ec5d7f7f8bfffdb6225d267【转】ps墨镜哥教你怎么变成合影帝   http://hi.baidu.com/ae6623/item/c2e75321aada2f8b6f2cc363【转】MySQL修改密码方法总结    http://hi.baidu.com/ae6623/item/0de67430332f2f25b3c0c563【技术贴】五分钟解决打开软件提示windows正在设置Microsoft Office ProfessionalEdition 2003,请插入光  http://hi.baidu.com/ae6623/item/ca9f7e3f50fb1284b611db67【技术贴】所有好友的QQ空间都打不开进不去的超简单解决办法!  http://hi.baidu.com/ae6623/item/4cecfbd80353023b49e1dd67【技术贴】IIS相关问题解决笔记。   http://hi.baidu.com/ae6623/item/387783df7b3f881cd68ed063【技术贴】RealtekHD声卡下QQ语音话筒没声音解决办法 http://hi.baidu.com/ae6623/item/f139e512b2ece1a0ffded563【转】小生我怕怕工具包[2010.06.17](转自52破解论坛)   http://hi.baidu.com/ae6623/item/c153ca10404727ee9913d663【转】最真实、最火爆、最叛逆的90后《青春期》 http://hi.baidu.com/ae6623/item/4fc4b1352b7470d06c15e967【转】[转]黑鹰破解基础教程和VIP提高教程+天草破解教程   http://hi.baidu.com/ae6623/item/add810c3f60a3b56ac00ef67【技术贴】VB资源替换器getvbres 0.9修改资源后如何保存exe更新 http://hi.baidu.com/ae6623/item/d8ff44f73f9eae4d922af267【转】VB程序字符串查找方法(组图)  http://hi.baidu.com/ae6623/item/8bf9267dd6ce0f326f29f667【转】CE5.3详细教程    http://hi.baidu.com/ae6623/item/4fc0b1352b7470d06c15e963【技术贴】解决打开程序出错,提示错误429,activex部件不能创建对象,不用重装系统。   http://hi.baidu.com/ae6623/item/01e8c4303615cfbc623aff67【转】去优酷广告方法,土豆,酷六,奇艺,cntv广告  http://hi.baidu.com/ae6623/item/29f86d0f75d8ef153b53ee63我的成长日记  http://hi.baidu.com/ae6623/item/98cfdb28440de2fc51fd8767联想昭阳E43闪屏_屏幕有亮线_问题交流QQ群群号   http://hi.baidu.com/ae6623/item/433832c621355a79cfd4f863【技术贴】自己制作支持QQ空间背景音乐的链接教程__QQ免费空间音乐外链自己上传制作教程    http://hi.baidu.com/ae6623/item/01ecc4303615cfbc623aff63【技术贴】图文教程 最新QQ空间免费背景音乐添加方法__QQ空间免费添加背景音乐。   http://hi.baidu.com/ae6623/item/4e20683380ae30c41a969667【技术贴】虚拟机安装出错处理。 http://hi.baidu.com/ae6623/item/3ea54018be335d12e2f98663【技术贴】红警三卡__红警三卡在游戏开始界面卡在右上角小星星卡在美女界面卡在创建名字黑屏的解决方案   http://hi.baidu.com/ae6623/item/6d12d53452de994f3175a167【分享】VC++6差错调试技巧。    http://hi.baidu.com/ae6623/item/adda10c3f60a3b56ac00ef65【技术贴】超级缓存supercache3设置教程__super chache 3重启开机黑屏的解决办法 http://hi.baidu.com/ae6623/item/149cee2b08146cc7ef10f165【技术贴】MFCclassview类视图消失的解决办法__一些常见的VC 2B问题  http://hi.baidu.com/ae6623/item/f69257eafc8c823f87d9de61【技术贴】MFC出错Debug Assertion Failed! File_afx.inl 122line__VC++ 如何生成release版   http://hi.baidu.com/ae6623/item/7a007336763338f32684f465【转】MFC 连接SQL SERVER(ODBC方式) http://hi.baidu.com/ae6623/item/fc13442e4366cfd10f37f9656.23 北京大雨之后的冷幽默 天涯猫扑百度同步贴   http://hi.baidu.com/ae6623/item/ae455b0b96a7cc853d42e261【火狐】火狐鼠标拖拽打开新标签扩展QuickDrag 2.1.2.20    http://hi.baidu.com/ae6623/item/452d2dfc6d703d11ff358265【转】使用Navicat8.0管理mysql数据库(导入导出数据)  http://hi.baidu.com/ae6623/item/d11293112249ac051994ec61【转】MyEclipse提示键配置、提示快捷键、提示背景色、关键字颜色、代码显示、编辑框背景色等    http://hi.baidu.com/ae6623/item/1498ee2b08146cc7ef10f161【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序   http://hi.baidu.com/ae6623/item/1806bca4f2a032de5af19165【转】MyEclipse8.5注册方法    http://hi.baidu.com/ae6623/item/8092d4bb9bc8c0a0ebba9365【分享】JAVA软件开发相关注册码myeclipse注册码+ navicat注册码 http://hi.baidu.com/ae6623/item/60691e3bebf04ec2382ffa61【技术贴】安装MYSQL最后一步出现错误,提示__34_终结点映射器中没有更多的终结点可用的解决__34_!  http://hi.baidu.com/ae6623/item/54e5d13fa12b2f0acfb9fe61【技术贴】最简单的IE代理上网设置以及所有软件用IE代理上网终极教程! http://hi.baidu.com/ae6623/item/4e22683380ae30c41a969665【转】修改无线网卡MAC    http://hi.baidu.com/ae6623/item/3ea74018be335d12e2f98661【转】__8205_GhostXP_SP3电脑公司特别版v2011.06(庆端午) http://hi.baidu.com/ae6623/item/0779a22bcfb228cbddf69a65《程序员》杂志2011年第5期.pdf 下载链接 首发。    http://hi.baidu.com/ae6623/item/af0b26f07a22e215d6ff8c61【转】程序员杂志:2011程序员薪资调查报告  http://hi.baidu.com/ae6623/item/5b7597bb2bc15af463388e61myeclipse8.6注册码(转载别人)   http://hi.baidu.com/ae6623/item/8096d4bb9bc8c0a0ebba9361【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第3篇) http://hi.baidu.com/ae6623/item/a6116697015ca8bf82d29561【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第2篇) http://hi.baidu.com/ae6623/item/a8ee30ddcc91f4e1785daa65【技术贴】网上收集MyEclipse优化汇总 解决卡,开启慢共三篇 (第1篇) http://hi.baidu.com/ae6623/item/bfa5f4acc730d6ad28ce9d6120个专业在线配色网站分享   http://hi.baidu.com/ae6623/item/22e537c58050317088ad9e61【技术贴】如何把搜狗浏览器的收藏夹导入到360浏览器的在线收藏夹    http://hi.baidu.com/ae6623/item/8896142775b160d2a417b665【转】数据结构链表操作之双链表的基本操作    http://hi.baidu.com/ae6623/item/143e6318faf9fb476826bb65【转】打造个性化ghostxp光盘另类教程(3)    http://hi.baidu.com/ae6623/item/7634045c9c158c3b32e0a961【转】打造个性化ghostxp光盘另类教程(2)    http://hi.baidu.com/ae6623/item/ad0ca0e44749d73f4cdcaf61csdn 《程序员》杂志2011年第4期.pdf 下载链接。  http://hi.baidu.com/ae6623/item/20b70102748ac4d71ef04664【技术贴】设置Eclipse 智能代码提示,大幅度减少alt+_ 使用频率,打每个字都出现代码提示的办法  http://hi.baidu.com/ae6623/item/1cf610aa79cda412a9cfb761【转】使用BT3、BT4光盘系统、虚拟机vmware破解无线上网    http://hi.baidu.com/ae6623/item/cc90921f39f8bcf186ad4e64【技术贴】桌面图标变色了怎么办?桌面图标快捷方式失真、模糊的解决办法! http://hi.baidu.com/ae6623/item/f51ccc7074ce9741ee1e5364【转】华为路由器、交换机设备模拟器   http://hi.baidu.com/ae6623/item/fd9fa0f87df01f1ce3e3bd61【转】【CN五一装机版】GhostXP_SP3电脑公司通用版v19.2装机版NTFS  http://hi.baidu.com/ae6623/item/d540dede3d05934adcf9be61【技术贴】ASPNET登录失败。MS-sql2005拒绝了对对象__39___39_xxx__39___39_ (数据库__39___39_xxx__39_    http://hi.baidu.com/ae6623/item/a5923b98af28fb8c59146164【技术贴】火狐的悬停激活标签扩展插件下载。Tab Focus  http://hi.baidu.com/ae6623/item/bf83c0eebdda9f235b2d6464【图片教程】大学易站注册发布教程!   http://hi.baidu.com/ae6623/item/20964716f8eedd0ad1d66d64【转】网页html+css样式各类常用小结   http://hi.baidu.com/ae6623/item/cc94921f39f8bcf186ad4e60【转】CheatEngine TUTORIAL 教程(8个步骤)【转】   http://hi.baidu.com/ae6623/item/38def9d39cc772e3b2f77764【转】美国NASA致力研究超光速引擎,具备可能性    http://hi.baidu.com/ae6623/item/3718eb45f70420e7bcf4517c【转】如何自动关闭无响应程序  http://hi.baidu.com/ae6623/item/762c045c9c158c3b32e0a979【转】利用xml开发新闻发布系统(C_)    http://hi.baidu.com/ae6623/item/ad14a0e44749d73f4cdcaf79大学易站--专业郑州市大学生二手交易平台!   http://hi.baidu.com/ae6623/item/fafe8788400e9dc399255f7c大学易站--专业郑州市大学生二手交易平台!   http://hi.baidu.com/ae6623/item/fd87a0f87df01f1ce3e3bd79【技术贴】Mediaplayer打不开提示文件wmp.dll 的版本号为11.0.5721.5280,期望值为11.0.5721.5236的解 http://hi.baidu.com/ae6623/item/a138a10ec8cc43c62f4c6b7ccmd批处理一闪而过一下子就消失了打不开的解决办法   http://hi.baidu.com/ae6623/item/0858b8d307ea2813d80e4478【转】光盘镜像网址   http://hi.baidu.com/ae6623/item/aee5093d1b1043667d034b78【转】(原创整理)酷我音乐盒2011最新版去广告方法  http://hi.baidu.com/ae6623/item/371ceb45f70420e7bcf45178【转】ASP.NET页面传值汇总    http://hi.baidu.com/ae6623/item/b01ef9dc6bfcb2f292a9747c【转】c_最小化到托盘 http://hi.baidu.com/ae6623/item/883f9aba151085d785dd797c【转】网页底部“回到顶部”功能代码   http://hi.baidu.com/ae6623/item/9125293575d9baf6e6bb7a7c【技术贴】右键菜单的注册表位置。很有用 http://hi.baidu.com/ae6623/item/c0f9e8ea2d83b90964db007c【技术贴】怎么备份双系统    http://hi.baidu.com/ae6623/item/a58e3b98af28fb8c59146178【转】设置Eclipse 智能提示,大幅度减少alt+_ 使用频率 http://hi.baidu.com/ae6623/item/0ad875743d51e65b0c0a077cISQL文件夹,目前唯一解决办法就是sa密码设置为复杂点的,开机密码设置成复杂点的。  http://hi.baidu.com/ae6623/item/000b534de34dbceaa4c06678vs2005智能提示快捷键,智能完成消失了怎么调出来。 http://hi.baidu.com/ae6623/item/dcdaf46ccc40f00ca0cf0f7c【转】Ajax在ASP.Net(C_)中即时验证用户名    http://hi.baidu.com/ae6623/item/ea8ec70fd90c8868d55a117c【转】了解使用ASP.NET AJAX 进行局部页面更新   http://hi.baidu.com/ae6623/item/525874bf0b51f047bb0e127c【转】当你 林俊杰 歌曲链接(支持QQ空间)  http://hi.baidu.com/ae6623/item/452ecef68bb3c008d99e7278在cmd里面输入debug__60_1.txt,瞅瞅神马是编程高手   http://hi.baidu.com/ae6623/item/883b9aba151085d785dd7978【转】QQ电脑管家绿色阉割版下载只为QQ等级加速而生 http://hi.baidu.com/ae6623/item/cadacb7b63452b3b7044237c【转】Windows7下十个不能关闭的服务  http://hi.baidu.com/ae6623/item/ac48bfce4b06c213b77a247c【技术贴】合上笔记本屏幕盖子,再打开蓝屏自动重启,ntoskrnl.exe   http://hi.baidu.com/ae6623/item/a3fdde328ceca981c3cf297c【转】Minidump文件分析工具  http://hi.baidu.com/ae6623/item/acc50b26b82ba23695f62b7c【转】VS2005中的AJAX控件   http://hi.baidu.com/ae6623/item/640544caaf3fe80aac092f7c【技术贴】sql2005最常见的问题笔记。   http://hi.baidu.com/ae6623/item/a0c6bc179177d55ff0090e78【转】卡巴斯基2011导入key专用工具+卡巴斯基提取key工具(激活码转换key)  http://hi.baidu.com/ae6623/item/1e35b60dfe46c8f6a110347c【转】关于“Pleaseinstall at least one language pack”的详细解决方法 http://hi.baidu.com/ae6623/item/f8129319f2e4ca09e75c367c【转】VMware中Ubuntu安装VMware Tools  http://hi.baidu.com/ae6623/item/1cc377d8f602ebfbca0c397c【转】如何实现小型WEB搜索引擎(C_ SQL Server全文检索Asp.net) http://hi.baidu.com/ae6623/item/aa1e230f6a9c6ccb75cd3c7c【转】.net命名规范(转) http://hi.baidu.com/ae6623/item/c445132d5ecf5f0b73863e7c【技术贴】去掉右键菜单的阿里旺旺右键,如何删除右键的“发送到陶江湖”! http://hi.baidu.com/ae6623/item/beb2065e322470414fff2078【技术贴】去掉右键菜单的阿里旺旺右键,如何删除右键的“发送到陶江湖”! http://hi.baidu.com/ae6623/item/ac4cbfce4b06c213b77a2478【转】解决WIN7下word图标异常 不关联.doc问题 右键没有新建word文件解决    http://hi.baidu.com/ae6623/item/913ed585dad55219c2162778【技术贴】怎么洗方便面碗?越洗越不干净!的解决办法   http://hi.baidu.com/ae6623/item/acc10b26b82ba23695f62b78【技术贴】IE8变回IE6,怎么让IE8卸载,装IE6.0的超简单解决办法。  http://hi.baidu.com/ae6623/item/b9eef418cf949d663e87ce7c【转】PB9.0中messagebox的使用方法(原创)    http://hi.baidu.com/ae6623/item/f32b8225b8af2e110975087a【技术贴】注册表修改Win7默认字体为XP新宋体!!注册表修改字体。  http://hi.baidu.com/ae6623/item/ea88c70fd90c8868d55a117a【转】【转】一个一年工作经验的java工程师从工作初到今天的所有收藏的学习java的网站(有些很经典) http://hi.baidu.com/ae6623/item/ab407fcf884de7384594167a【转】ubuntu10.10下安装锐捷客户端  http://hi.baidu.com/ae6623/item/dcd0f46ccc40f00ca0cf0f76【转】『转载』windows7下安装ubuntu 10.10 http://hi.baidu.com/ae6623/item/1e2466103315570ab88a1a7a关于__同学申请入党的群众意见--范文 http://hi.baidu.com/ae6623/item/20f40c4556e5df2711ee1e7a【转】ASP网站源代码修改方法 http://hi.baidu.com/ae6623/item/0ad7560e4e15b88f03ce1b76【转】XP开机启动一直停留在滚动条界面的解决方案    http://hi.baidu.com/ae6623/item/7099573f695e4ffadf222176【技术贴】完美解决win7字体模糊!解决360浏览器在win7的标签字体图标模糊。最新办法收集。    http://hi.baidu.com/ae6623/item/a5833b98af28fb8c59146175【技术贴】修改双系统Windows引导菜单里面的文字。。。   http://hi.baidu.com/ae6623/item/accf0b26b82ba23695f62b76【转】解决win7下重装winXP 系统启动选择菜单消失 问题 http://hi.baidu.com/ae6623/item/21d3b39e81d438ceb6253176【转】如何让win7超级任务栏还原xp任务栏?转帖的。 http://hi.baidu.com/ae6623/item/e25b6811b5c61e473b176e75【转】如何使用ghost安装双系统(图解)   http://hi.baidu.com/ae6623/item/f81c9319f2e4ca09e75c3676【转】GHOSTXP﹢WIN7装双系统图解教程    http://hi.baidu.com/ae6623/item/b017f9dc6bfcb2f292a97475【转】Linux下添加用户   http://hi.baidu.com/ae6623/item/5905538f763647d05f0ec176【技术贴】QQ2010和360共存最新办法,唯一法解决办法。QQ360共存,同时安装。 http://hi.baidu.com/ae6623/item/54bac2e84c2e6cc6baf37d75大家听听360老总周鸿祎:不得不说的话。    http://hi.baidu.com/ae6623/item/323da1ef25d80cd4eb34c976【技术贴】安装sql2000出现以前的某个程序安装已在安装计算机上创建挂起的文件操作的解决办法。    http://hi.baidu.com/ae6623/item/82705215106f244ee65e0675【转】怎样制做内容丰富的幻灯片PPT http://hi.baidu.com/ae6623/item/cb9f8c08b9d5d2e4fe240d75【转】不错的黑客和编程教程资源下载   http://hi.baidu.com/ae6623/item/0b8e8c43a214c013886d1075【技术贴】网页部分图片显示x红叉,网页图片不显示,网页图片显示异常,网页图片打不开。  http://hi.baidu.com/ae6623/item/c144ca10404727ee9913d676【转】极品免费网站空间申请:000webhost.com免费1.5G美国空间PHP+MySQL http://hi.baidu.com/ae6623/item/ab4f7fcf884de73845941675技术贴】QQ空间打开缓慢,无法编辑日志,由于您当前网络不稳定导致QQ空间打开异常的解决办法。  http://hi.baidu.com/ae6623/item/1e2b66103315570ab88a1a75【转】虚拟机VMware安装ubuntu以及安装vmtools http://hi.baidu.com/ae6623/item/20fb0c4556e5df2711ee1e75【技术贴】解决虚拟机xp安装雨林木风ylmf os的linux鼠标失效鼠标不准确鼠标定位不正常的根本办法    http://hi.baidu.com/ae6623/item/ae505b0b96a7cc853d42e276【技术贴】看网页时把图片设为桌面背景后的背景图片存放在那里啊存放路径。 http://hi.baidu.com/ae6623/item/0ef14e6f69cf6c106995e676【技术贴】VS2005不能新建项目不能新建网站。提示Microsoft visual studio 遇到了问题,需要关闭。   http://hi.baidu.com/ae6623/item/6cc565959408cd31326eeb76【技术贴】删除雨林木风文件夹ghost...三个点以及进入Ghost...的方法    http://hi.baidu.com/ae6623/item/adcb10c3f60a3b56ac00ef76【技术贴】解决虚拟机VMware7.0下虚拟win7找不到网卡,不能识别网卡。没有本地连接。  http://hi.baidu.com/ae6623/item/640a44caaf3fe80aac092f75【转】自己做的登录界面五款正常尺寸+一款宽屏【手把手教You如何制作登录界面】 http://hi.baidu.com/ae6623/item/b1ca0f8775d475c8ee083d75【转】设置右键显示_隐藏系统文件    http://hi.baidu.com/ae6623/item/f938086b240eff30ad3e8376【转】如何添加鼠标右键菜单里的快捷图标 http://hi.baidu.com/ae6623/item/98dcdb28440de2fc51fd8776【转】鼠标右键菜单设置大全   http://hi.baidu.com/ae6623/item/773aebf9846d3c1ca7298876【转】右键菜单大揭密  http://hi.baidu.com/ae6623/item/4ed7d7f7f8bfffdb6225d275【技术贴】QQ牧场的伊利答案+牛奶活动有奖问答提交为什么总是验证码错误?    http://hi.baidu.com/ae6623/item/80f7e5b529db1a9318469776【技术贴】我的文档不见了,我的文档消失了,我的电脑没有我的文档的解决办法。   http://hi.baidu.com/ae6623/item/4eefaaa931d4ddf314329b76【技术贴】火狐最好用的标签插件。    http://hi.baidu.com/ae6623/item/bfb0f4acc730d6ad28ce9d76【转】如何防止别的网站直接盗取自己的文章    http://hi.baidu.com/ae6623/item/729efcf03213e7c1a935a276【转】奇文共欣赏,疑义相与析:原文转载《电脑维护技巧》(N条举措N条理由)并请大家交流研讨   http://hi.baidu.com/ae6623/item/a3f0de328ceca981c3cf2971【转】PHPWind7.5如何在论坛、门户、圈子设置LOGO? http://hi.baidu.com/ae6623/item/769add30bb2995f3a984284d【技术贴】Windows图片和传真查看器打开图片慢,正在生成预览的解决办法!  http://hi.baidu.com/ae6623/item/17b3d0086e3da134a2332a4d【技术贴】魂斗罗坦克Normal Tanks第五关以及第5、6、7、关的LICENCE CODE的查找方法进行破解!  http://hi.baidu.com/ae6623/item/647244caaf3fe80aac092f4d【技术贴】怎么 豆瓣网在线看书 http://hi.baidu.com/ae6623/item/21aab39e81d438ceb625314d【转】c++.primer.plus.第五版.中文版[下载]  http://hi.baidu.com/ae6623/item/109cb4f2b80adb13cf9f3271【技术贴】安装adobe flash player提示由于现有版本正在使用,因此无法安装Player Flash的解决办法  http://hi.baidu.com/ae6623/item/1bd897ffd316e759c8f33771【技术贴】有史以来最好的序拟主机安全配置    http://hi.baidu.com/ae6623/item/1cb477d8f602ebfbca0c394d【技术贴】删除XP自带的我的电脑里的__34_共享文档”    http://hi.baidu.com/ae6623/item/9c4610cf6cd7ee0d0bd93a71【转】vs2005打包说明(含卸载功能)    http://hi.baidu.com/ae6623/item/aa15230f6a9c6ccb75cd3c71【教程转载】 火狐浏览器 实用插件一览(附插件下载地址)    http://hi.baidu.com/ae6623/item/c432132d5ecf5f0b73863e4d【技术贴】火狐QQ空间音乐插件下载+火狐进空间没背景音乐崩溃解决+火狐浏览器插件推荐  http://hi.baidu.com/ae6623/item/c2895321aada2f8b6f2cc34d【技术贴】火狐收藏夹乱码,360在线收藏夹导入火狐收藏夹方法、 http://hi.baidu.com/ae6623/item/d80270d0f22e08342a35c771【技术贴】火狐浏览器FoxTab按住热键鼠标的滑轮和右键不能出现3D效果的解决办法。。原创   http://hi.baidu.com/ae6623/item/d87e70d0f22e08342a35c74d【转】火狐 鼠标手势 拓展FireGestures 使用方法 教程  http://hi.baidu.com/ae6623/item/0b4ee162279d45117cdecc71云计算:程序员重回个人英雄时代,国内云计算平台即将搭建运行。  http://hi.baidu.com/ae6623/item/3244a1ef25d80cd4eb34c94d【技术贴】从51下载的网站代码asp源码怎么运行?怎么打开?  http://hi.baidu.com/ae6623/item/f12be512b2ece1a0ffded571【技术贴】asms文件,安装windows xp原版时,需要“asms”文件,H___92_I386__92_asms的解决办法。。  http://hi.baidu.com/ae6623/item/c141ca10404727ee9913d671【技术贴】visualstdio 2005下载地址,vs2005下载地址vs2005正版破解vs2005注册码  http://hi.baidu.com/ae6623/item/b999f418cf949d663e87ce4d【转】VisualStudio 2005不能调试的错误    http://hi.baidu.com/ae6623/item/381983df7b3f881cd68ed04d【转】无法登陆SQLserver 服务器的解决办法  http://hi.baidu.com/ae6623/item/e72b99979b2087dc1a49df71【技术贴】远程桌面连接 时“由于帐户限制 您无法登陆”的解决办法    http://hi.baidu.com/ae6623/item/efcaf3bcd59a3d472bebe371【转】WinXP远程登录-如何远程控制电脑(windows系列大体相同)的相关设置  http://hi.baidu.com/ae6623/item/4fd2b1352b7470d06c15e971ת׀æ콝ʽĽ⾶취 【转】桌面快捷方式打不开的解决办法   http://hi.baidu.com/ae6623/item/4c86fbd80353023b49e1dd4d【转】桌面快捷方式不见了的解决办法   http://hi.baidu.com/ae6623/item/e75799979b2087dc1a49df4d【技术贴】在Excel一个小表格里面,如果回车的话就会跳到下一个格,我要换行怎么办啊? http://hi.baidu.com/ae6623/item/efb6f3bcd59a3d472bebe34d【技术贴】笔记本开机Fn+“NmLk”键亮起,让其灭掉的解决办法。。  http://hi.baidu.com/ae6623/item/b5691014708f270f8fbde44d【转】推荐下载使用:功能强大的光盘刻录软件NERO 9.0中文版(最新官方原版+有效序列号)  http://hi.baidu.com/ae6623/item/0e884e6f69cf6c106995e64d【技术贴】锐捷校园网,提示身份验证失败, 本地连接有大红色问号,但是可以上网的解决办法!!   http://hi.baidu.com/ae6623/item/d828f113d42e326b70d5e84d【转】反病毒常用的5个Windows系统自带的小工具  http://hi.baidu.com/ae6623/item/84efd001008e8d17cd34ea4d【转】Nerov9.4.26.0 多语(简体中文)版+完美破解(世界上最多人使用的烧录软体) http://hi.baidu.com/ae6623/item/d17e93112249ac051994ec4d【技术贴】c语言头文件加引号是什么意思?include中有些是尖括号,有些是双引号?  http://hi.baidu.com/ae6623/item/9c3d10cf6cd7ee0d0bd93a4c【技术贴】禁止打印进程spoolsv - spoolsv.exe随机启动    http://hi.baidu.com/ae6623/item/83973bd4461473836cce3f4c【转】SqlServer2005安装图解   http://hi.baidu.com/ae6623/item/05e8be8c90b3adcdb0715448【技术贴】笔记本鼠标无法拉动文件无法移动文件夹无法拖放,鼠标不能选定,不能选定文字解决办法。  http://hi.baidu.com/ae6623/item/f79f1411494ac28889a95648【技术贴】redhat 9.0 找不到www.baidu.com.请检查名称并重试net虚拟机设置 http://hi.baidu.com/ae6623/item/a471d826710a5055c28d5948【原创】触发器及其应用的心得体会。。。。。。。 http://hi.baidu.com/ae6623/item/d27ee524ee78f6cca4275a48原创整理:锐捷S3550系列交换机基本配置命令(一)  http://hi.baidu.com/ae6623/item/fa8a8788400e9dc399255f48原创整理:锐捷S3550系列交换机基本配置命令(二)  http://hi.baidu.com/ae6623/item/129593475e83b637fb896048原创整理:锐捷S3550系列交换机基本配置命令(三)  http://hi.baidu.com/ae6623/item/17a0e1c7803ff767f6c95d44【转】锐捷交换机配置命令大全2 http://hi.baidu.com/ae6623/item/a14ca10ec8cc43c62f4c6b48【转】锐捷交换机配置命令大全1 http://hi.baidu.com/ae6623/item/91646243220de1f1dd0f6c48【转】如何上传本地音乐作为百度空间背景音乐   http://hi.baidu.com/ae6623/item/9cbbadd75ad92f49fa576844【技术贴】删除快捷方式变慢变卡,很长时间不出现对话框的解决办法。。   http://hi.baidu.com/ae6623/item/04a39df5c415d1d343c36a44【技术贴】控制面板找不到了没有了怎么找都找不到。。。解决办法  http://hi.baidu.com/ae6623/item/d503700b9cc885d872e67648【转】安装虚拟机VMware及在VMware下安装GhostXP系统图文教程(附PQ分区及VMware共享教程)   http://hi.baidu.com/ae6623/item/5d7bc6f2ffa10c0f85d27848【技术贴】安装GHOST失败,出现“A___92_GHOSTERR.TXT”错误的解决方法。镜像安装失败,ghost失败,出现提    http://hi.baidu.com/ae6623/item/54c7c2e84c2e6cc6baf37d48【技术贴】全盘文件夹快捷方式 杀毒后快捷方式消失,但文件夹打不开。重装系统后还是快捷方式的解决办法。  http://hi.baidu.com/ae6623/item/95b418da6365beec55347f48【技术贴】关于VMware虚拟机无法重装卸载不掉卸载不完全的问题解决  http://hi.baidu.com/ae6623/item/24b295348df1349cb90c0348【技术贴】锐捷校园网,360提示ipconfig.exe改变网络连接设置。不能上网,锐捷客户端认证之后打不开网页。   http://hi.baidu.com/ae6623/item/2ccd584aff440c0fe9350448【技术贴】关于惠普在郑州建立全球云计算服务中心的解析。。来自大河报   http://hi.baidu.com/ae6623/item/496f067ea7f355316cc37c44【技术贴】xp更改登录头像,打开“用户账户”时显示:Automation服务器不能创建对象。的解决办法、    http://hi.baidu.com/ae6623/item/cbe28c08b9d5d2e4fe240d48【技术贴】QQ2010更换自定义皮肤QQ2010自定义皮肤下载qq2010皮肤下载 http://hi.baidu.com/ae6623/item/2cc1584aff440c0fe9350444【技术贴】关于笔记本待机后登录xp系统声音突变,撕啦,卡,听着不爽的解决办法。。。   http://hi.baidu.com/ae6623/item/efbddccecbfbfe21a1b50a44【技术贴】【技术贴】每次双击都会跳出来打开方式的解决办法。。。选择你想用来打开此文件的程序。。 http://hi.baidu.com/ae6623/item/45b7c48b1ad49152e73d1948【技术贴】解决电脑硬盘打不开!双击各分盘提示_选择你想用来打开此文件的程序!  http://hi.baidu.com/ae6623/item/0bff8c43a214c013886d1044【技术贴】如何删除卡巴斯基的日志?占C盘了好多空间....   http://hi.baidu.com/ae6623/item/84e39b3c5c8e08bb124b1444【技术贴】双击电脑桌面的快捷键出现属性。。。  http://hi.baidu.com/ae6623/item/3bbb2b0ea19003cb91571844【技术贴】双击我的电脑,总有一个手电筒找很久。。。   http://hi.baidu.com/ae6623/item/a18be9f7b09ec3ca521c2648【技术贴】我的电脑双击文件夹变成了“搜索”的解决办法。。。   http://hi.baidu.com/ae6623/item/4892940eb5137722a1312d48【技术贴】关于百度搜索框打不上任何文字的解决办法。。。 http://hi.baidu.com/ae6623/item/ac30bfce4b06c213b77a2444【技术贴】关于极虎病毒。    http://hi.baidu.com/ae6623/item/a187e9f7b09ec3ca521c2644【技术贴】怎么装系统?到店里重装系统,装驱动。价钱多少?   http://hi.baidu.com/ae6623/item/f86e9319f2e4ca09e75c3648【技术贴】关于使用搜狗打字时跳出网页的解决办法 http://hi.baidu.com/ae6623/item/58a3a717d68598cb38cb3044【技术贴】关于IE主页被篡改、假IE的根治方法。。。  http://hi.baidu.com/ae6623/item/1e4db60dfe46c8f6a1103444关于360安全浏览器的分析以及奇虎360走向。。【个人原创】  http://hi.baidu.com/ae6623/item/ef865634363ab3c52f8ec248QQradio 2.0 官方软件下载...【里面超多的无线音乐电台、英语电台】 http://hi.baidu.com/ae6623/item/3e5940c315cbeb310831c648青春是一场眼眸里的微笑 http://hi.baidu.com/ae6623/item/43d442865c0e7cdbd0f8cd48清凉  http://hi.baidu.com/ae6623/item/e9629735112b2a302f20c444花瓣  http://hi.baidu.com/ae6623/item/324ba1ef25d80cd4eb34c944
文章
Web App开发  ·  安全  ·  JavaScript  ·  Java  ·  关系型数据库
2013-03-21
《HTML5实战》——2.5 为不支持HTML5相关特性的浏览器提供回退方案
本节书摘来自异步社区《HTML5实战》一书中的第2章,第2.5节,作者: 【美】Rob Crowther , Joe Lennon , Ash Blue , Grey Wanish 更多章节内容可以访问云栖社区“异步社区”公众号查看。 2.5 为不支持HTML5相关特性的浏览器提供回退方案 使用HTML5新特性的一个主要缺点就在于并不是所有浏览器都支持它们。所以你要照顾两个方面:那些最新、功能最强大的浏览器,以及稍微老旧一些的浏览器。 本节主要学习内容 对于HTML5特性,了解Modernizr是如何简化了对浏览器支持的侦测操作并加载回退方案的。 如何利用polyfill来弥补浏览器支持不足的状况,这是一个JavaScript回退方案,只有当所用浏览器缺乏原生支持时,该方案才起作用。 如何使用JavaScript对那些尚不能完整支持约束验证API的浏览器实现基本的回退性验证。在逐步完善表单的同时,通过以下3步,你就能了解到以上内容。 第1步:构建特性侦测,对月份选择器进行回退性处理。 第2步:针对Safari 5.1,构建回退性的限制验证。 第3步:针对IE9,构建回退性的限制验证。但是,首先让我们大概了解一下如何利用Modernizr进行特性侦测。 2.5.1 利用Modernizr侦测特性并加载外部资源在利用HTML5新特性时,有一个很重要的概念,那就是特性侦测:测试浏览器是否支持指定特性。遗憾的是,特性侦测的方法有很多,它们之间的差异性又很大,很难记住每个特性的侦测方法。另一个麻烦是,有时,你可以会需要在浏览器支持(或不支持)指定特性时,才加载某个外部资源。比如说,如果浏览器不支持WebGL,那么为什么还要加载一个大型WebGL架构呢?同样道理,当用户所用浏览器本身自带一个颜色选择器部件,那我们为什么还非得加载一个颜色选择器部件库呢?动态加载外部资源完全可以做到,但用JavaScript处理起来可没有那么简单。 Modernizr这个JavaScript库可以完美实现特性侦测与资源的动态加载。在Web页面中包含了Modernizr,就能用十分简单的语法格式来侦测特性支持,比如说,要想查看浏览器是否支持< Canvas >元素,只需用下面代码即可: https://yqfile.alicdn.com/2da6beca274fdfeda01b26b916d2d30ae84c7828.png" > 如果不使用Modernizr来侦测浏览器的Canvas支持,则需要用下面这些代码: https://yqfile.alicdn.com/7c197d97635f3c793fe620ba8876d94fb878752d.png" > 基于特性测试,利用Modernizr动态地加载外部资源也很方便(.js与.css都可以)。Modernizr判断浏览器是否支持localStorage API,如果支持,就加载localstorage.js文件,该文件中的代码可能会与localStorage API产生相互作用。如果不支持,就加载localstorage-polyfill.js这个回退性方案。 接下来,就让我们看看polyfill概念,以及它又是如何能够弥补那些不支持相关特性的浏览器的。 2.5.2 使用polyfill和Modernizr来弥补缺陷polyfill这个术语是由Remy Sharp发明的,用来指代那些能够实现API规范中所缺失部分的代码。该词来源于polyfilla,建筑工人用的一种能够修补墙壁裂缝或缺口的产品。同样,借助Polyfills,Web开发者可以弥合不同浏览器对HTML5特性支持度不一的“缺口”。 提示Paul Irish,Modernizr库的主要代码贡献者之一,编辑并维护着一个综合性列表,内容涉及polyfill、shim以及HTML5多种特性的回退方案,等等。访问Modernizr的GitHub wiki可以看到这个列表:http://mng.bz/cJhc。第1步:部署特性侦测,有条件地为月份选择器部署回退方案下面介绍如何使用Modernizr为没有内建月份选择器的浏览器加载一个月份选择器polyfill。请将本章源代码中的monthpicker.js拷贝到你在本章创建其他文件所用的目录,将代码清单2-13所示的代码添加到init函数的末尾,直接紧跟着你在上一步骤中所创建的代码下面。 如果浏览器本身并不支持month输入类型,那么加载订单时,标准文本输入框就会被一个带有月份下拉列表和年份选择器的输入字段所替代,如图2-12所示。 大多数的HTML5表单功能都能运用这项技术。实际上,针对目前HTML5整个表单特性在各个浏览器中受支持度不一致的状况,一些项目正在力图弥补这种差异,主要包括以下这些项目。 Webshims Lib by Alexander Farkas。 H5F by Ryan Seddon。 Webforms2 by Weston Ruter。 html5Widgets by Zoltan “Du Lac” Hawryluk。本章最后内容将要实现一些基本的验证,甚至包括那些并不支持约束验证API的浏览器。 2.5.3 不借助约束验证API实现验证如果在Safari 5.1或者其他一些浏览器的旧版本(如IE9)上加载这个订单页面,验证功能并不能生效,表单不必经过任何验证就能提交。本节介绍如何使用JavaScript来执行验证,以及在验证发现错误时,如何阻止表单提交。 第2步:针对Safari 5.1,构建约束验证的回退方案Safari 5.1对约束验证API的支持并不全面。例如,表单中的< input >元素含有required属性集合,那么该元素将无法在Safari 5.1中通过验证。但Safari并不能实现任何UI特性,比如它无法显示无效元素旁边紧挨着的错误消息提示;另外,当表单出错时,Safari也无法阻止表单的提交。下面,我们先来考虑一下如何为用户显示错误消息提示,将代码清单2-14所示的代码放入app.js文件中,让它们紧跟在上一步完成的代码后面。 现在,如果用Safari 5.1加载并试图提交带有无效字段的表单,那么页面就会显示错误消息提示,如图2-13所示。而且,无效字段也会以高亮的红色显示出来。这种提示错误的方法并不是最恰当的,实际上,你也许应该学习其他浏览器的处理方式,在第一个错误出现的地方附近显示一个气泡状的错误消息提示。 https://yqfile.alicdn.com/f2b988aa5fce8382d9991c0dc22bdf52bf91edbb.png" > 第3步:针对IE9,构建约束验证回退方案让我们来看一下本章的最后一个问题。在IE9中,如果有输入字段未能通过早先编写的自定义验证测试,那么在提交表单时,就会看到错误消息提示。这看起来很棒,但是,IE9并不支持标准的基于属性的验证参数以及email输入类型。为了改进这个缺陷,我们需要创建一个函数,用它来扫描表单中的输入字段属性required和pattern,以及email输入类型。在应用收集到这些字段后,再对这些字段的有效性进行验证。具体实现代码如代码清单2-15所示,将它们添加到上一步实现的代码后面。 选择var模式只是为了简洁,而不是因为可靠。设计一种好的模式基于很多情况,这超出了本书的范围。要想使用这个代码,需要在验证表单时,调用fallbackValidation函数。在app.js中找到validateForm函数,将下面这个代码段放到`javascriptif(order- Form.name.value.length < 4) { <div style="text-align: center"> <img src="https://yqfile.alicdn.com/e867d9da522aded7b56a0de9d1b26baa3621c0a7.png " > </div> 上面这个代码段利用了Modernizr来测试浏览器是否支持required和pattern属性,如果不支持,则将调用fallbackValidation函数。如果在IE9中运行这个实例,则会看到不仅会产看required、pattern和email,还能看到自定义验证。
文章
Web App开发  ·  JavaScript  ·  测试技术  ·  API  ·  HTML5
2017-05-02
《Photoshop修饰与合成专业技法》—第1章快速选择工具和调整边缘
本节书摘来自异步社区《Photoshop修饰与合成专业技法》一书中的第1章快速选择工具和调整边缘,作者【英】Glyn Dewis(格林·杜伊斯),更多章节内容可以访问云栖社区“异步社区”公众号查看。 第一部分 技法 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=16099d634a523771762d" > http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=16099d53b2da8bda9be8" > http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609afaf607047644720" > 第1章 选区和抠像Photoshop修饰与合成专业技法 第1章 选区和抠像让我们从一系列建立选区和抠像的技巧开始吧!一直以来,在Photoshop中条条大路通罗马,我们可以利用很多不同的方法得到相同或者相近的结果。在本章中,我将带你领略那些我自己在工作过程中经常使用的技巧。 创建选区这项工作是非常令人痛苦的。我相信你宁愿多花些时间在创作上,也不愿坐在那里建立选区。但是很多时候,建立选区的工作是不可避免的,尤其是在合成图像时。然而,只要你掌握了一些小常识并且勤加练习,就将很快发现它其实没有那么费事儿。 快速选择工具和调整边缘每次我向大家介绍快速选择工具的时候,似乎每个人都说他们用这个工具取得了不可思议的效果。但是,对我而言完全不是那么回事。 当然,创建单一的选区,使用快速选择工具完全没有问题。但是当需要处理包含了身体和头发的复合选区时,我就遇到了麻烦。 我找到的解决方案是利用快速选择工具创建两个选区(一个身体的选区和一个头发的选区),然后把它们合并在一起。 1.打开一幅合适的图片(这幅图片中,需要抠像的部分包括飞扬的头发),选择工具栏中的快速选择工具(图1.1),在屏幕顶部的选项栏中,单击添加到选区按钮(中间的选项),同时勾选自动增强选框(图1.2)。 图1.1 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=160983e3be507c2fd9aa" > 图1.2 2.在图像上单击,并沿着身体的区域拖曳鼠标(先不用去管头部区域,我们稍后再去处理)建立选区(图1.3)。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609ac3a1287c7f90a29" > 图1.3 注意  当拖动鼠标的时候,图像中越来越多的区域将会被选中。如果多选了,可以按住Alt键同时将鼠标拖动至多余的选区,那么它们就会被取消选择。3.执行菜单命令选择>存储选区,将此选区命名为“身体”,其他选项保持默认设置(图1.4),单击 “确定”按钮即可。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=16093ae33bf12ea3d948" > 图1.4 4.执行菜单命令选择>取消选择,然后再次使用快速选择工具,在头发和脸部的区域拖动,将它们选中。 图1.5 头部和头发的错误选区 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=160996e6a03467b4b899" > 图1.6 未包含背景的头部和头发的正确选区 注意  当想要建立头发的选区,最重要的一点就是不要把能直接看到背景的部分囊括进去,这一点是利用快速选择工具建立复合选区的关键。按住Alt键,在任何能看到背景的区域拖动鼠标把它们从选区中去掉。5.现在我们可以打开调整边缘命令去再次选中那些飘逸的头发。在屏幕顶部的快速选择工具选项栏中,单击调整边缘按钮(图1.7)。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609265dd6af93ffaa27" > 图1.7 6.现在大家可以选择自己更习惯的视图模式显示抠像结果——白底或者黑底。如图1.8所示,当抠像的结果最终被放置在像本例一样的明亮场景中时,我倾向于白底显示,它能在视图下拉菜单中被找到。相反,当背景包含大量的黑色,我更倾向于选择黑底。 图1.8 7.接下来,移动滑块,增大半径,将剩余的头发加入当前的选区。如果半径的数值设置太高,抠像将会像图1.9一样,看起来很恐怖,所以最好逐渐增大半径的数值。如图1.10所示,将半径值设置为25像素即可。 图1.9 设置过高半径数值的例子 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609af907e22f5556263" > 图1.10 8.选择平滑选框,看它是否强化了你的选区。然后,利用调整半径工具沿着整个头部的外侧涂抹,以便将所有没有包括进来的头发选中(图1.11)。 图1.11 提示  我发现利用调整半径工具沿着头部轮廓轻触头发,能得到最好的效果,使用大笔刷在整个头部和背景区域大面积涂抹会得到相反的效果。9.选择视图菜单中的黑白选项,将显示选区目前的样子。灰色区域表明这个部分的选区不理想,很有可能包含了部分背景区域。在这个例子中,对比度滑块增大到25%,能够减少灰色的部分。 图1.12 10.再输出到菜单中,选择选区并单击“确定”按钮。执行菜单命令选择>存储选区,将此选区命名为“头部”(图1.13),其他选项保持默认设置,单击“确定”按钮。 图1.13 11.现在,我们已经拥有了身体和头部的选区,需要将它们合并成一个选区以便抠取出来。单击通道面板,单击“身体”通道的通道缩略图,选中并查看该通道。然后,按住Command/Ctrl键,同时单击“头部”通道的通道缩略图,将该通道载入为选区(图1.14)。执行菜单命令编辑>填充>内容> 白色,单击“确定”按钮,将此选区填充为白色。然后执行菜单命令选择>取消选择,或者利用快捷键Command/Ctrl+D,取消选择。 图1.14 12.将“头部”通道拖放至通道面板底部的垃圾桶删除。单击“身体”通道缩略图(Alpha通道)。 13.除了右边的部分头发没有被完全选中,通道看起来非常理想(图1.15)。我们可以用白色的画笔在这个区域涂抹,将头发加入选区。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609b9230539e5862351" > 图1.15 14.但是在我们的涂抹过程中,白色的笔触被涂到了黑色的区域,使得这一部分看起来是灰色的,尤其是在一些头发中间。我们可以将画笔的混合模式设置为叠加,对灰色区域进行涂抹。这样,不管你是使用白色还是黑色的画笔进行涂抹,都不会影响到相反的颜色,只是影响到灰色。 提示  当我们利用叠加模式的画笔对图像进行清理时,我倾向于将它的透明度设置为20%左右,并多绘制几次(图1.16)。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1609cb8081e515bb6306" > 图1.16 15.单击RGB通道缩略图,返回彩色图像,然后再单击图层面板。为了把运动员抠取出来放进一个新的场景中,我们需要执行菜单命令选择>载入选区,在通道下拉菜单中选择“身体”通道,单击“确定”按钮。这次我们载入了这名运动员完整的选区。 16.单击图层面板底部的添加图层蒙版图标,我们可以看到运动员已经从背景中抠取出来了!选择移动工具(V),在图像上单击,将运动员拖曳到一个新的背景上(图1.17和图1.18)。 图1.17 运动员在新背景中 图1.18 包含图 层蒙版的运动员抠像层注意  当把抠像图层拖曳到一个新的背景标签上时,稍等一下,直到背景图像被打开,再继续把运动员拖曳到图像区,然后松开鼠标。现在,运动员被抠取出来并且放到了一个新的背景当中。接下来的章节,将会告诉大家如何利用图层样式来进一步改进抠像效果。
文章
2017-05-02
小范笔记:ASP.NET Core API 基础知识与Axios前端提交数据
跟同事合作前后端分离项目,自己对 WebApi 的很多知识不够全,虽说不必要学全栈,可是也要了解基础知识,才能合理设计接口、API,方便与前端交接。 晚上回到宿舍后,对 WebApi 的知识查漏补缺,主要补充了 WebAPi 的一些方法、特性等如何与前端契合,如何利用工具测试 API 、Axios 请求接口。 本文主要写 WebApi 前端请求数据到 API 、后端返回处理结果,不涉及登录、跨域请求、前端 UI 等。(难一点我不会了。。。看张队的公众号,篇篇都看不懂。。。) 前提:会一点点 VUE、会一点 Axios、会一点点 Asp.net Core。 工具:Visual Studio 2019(或者其它版本) + Visual Studio Code + Swagger +Postman 由于 Visual Studio 2019 写 ASP.NET Core 页面时,没有 Vue 的智能提示,所以需要使用 VSCode 来写前端页面。 一. 微软WebApi特性 绑定源[FromBody] 请求正文[FromForm] 请求正文中的表单数据[FromHeader] 请求标头[FromQuery] 请求查询字符串参数[FromRoute] 当前请求中的路由数据[FromServices] 作为操作参数插入的请求服务来一张 Postman 的图片: HTTP 请求中,会携带很多参数,这些参数可以在前端设置,例如表单、Header、文件、Cookie、Session、Token等。 那么,上面的表格正是用来从 HTTP 请求中获取数据的 “方法” 或者说 “手段”。HttpCentext 等对象不在本文讨论范围。 Microsoft.AspNetCore.Mvc 命名空间提供很多用于配置Web API 控制器的行为和操作方法的属性: 特性 说明[Route] 指定控制器或操作的 URL 模式。[Bind] 指定要包含的前缀和属性,以进行模型绑定。[Consumes] 指定某个操作接受的数据类型。[Produces] 指定某个操作返回的数据类型。[HttpGet] 标识支持 HTTP GET 方法的操作。[HttpPost] 标识支持 HTTP POST 方法的操作。... ... ... ... ... ...WebApi 应用 首先创建一个 Asp.Net Core MVC 应用,然后在 Controllers 目录添加一个 API 控制器 DefaultController.cs。(这里不创建 WebApi 而是 创建 MVC,通过 MVC 创建 API 控制器)。 创建后默认代码: [Route("api/[controller]")][ApiController]public class DefaultController : ControllerBase{} 安装 Swagger在 Nuget 中搜索 Swashbuckle.AspNetCore,或打开 程序包管理器控制台 -> 程序包管理器控制台 ,输入以下命令进行安装 Install-Package Swashbuckle.AspNetCore -Version 5.0.0-rc2打开 Startup 文件,添加引用 using Microsoft.OpenApi.Models;在 ConfigureServices 中添加服务,双引号文字内容随便改。 services.AddSwaggerGen(c => { c.SwaggerDoc("v1", new OpenApiInfo { Title = "My API", Version = "v1" }); }); 添加中间件 app.UseHttpsRedirection(); app.UseStaticFiles(); app.UseCookiePolicy(); // 添加下面的内容 app.UseSwagger(); app.UseSwaggerUI(c => { c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1"); }); 访问 /swagger 可以访问到 Swagger 的 UI 界面。 为了便于查看输出和固定端口,打开 Progarm,cs ,修改内容 public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .UseUrls("https://*:5123") .UseStartup<Startup>(); 1562163847(1) 不要使用 IIS 托管运行。 注意:本文全部使用 [HttpPost] ;全局使用 JsonResult 作为返回类型。 二. 数据绑定与获取1,默认不加直接写 action,不使用特性 [HttpPost("aaa")] public async Task<JsonResult> AAA(int? a, int? b) { if (a == null || b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 2000, result = a + "|" + b }); } 打开 https://localhost:5123/swagger/index.html 查看 UI 界面 1562138960(1) 也就是说,创建一个 action ,什么都不加,默认是 query。 通过 Postman 提交数据、测试接口 1562139085(1) 对于 Query 的 action 来说, axios 的写法 postaaa: function () { axios.post('/api/default/aaa?a=111&b=222' ) .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) } 在网上查找资料时,发现有人说通过 params 添加数据也可以,不过笔者测试,貌似不行。 讲道理,别人可以,为啥我不行。。。 axios 代码: postaaa: function () { axios.post('/api/default/aaa', { params: { a: 123, b: 234 } } ) .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) } 包括下面的,都试过了,不行。 axios.post('/api/default/aaa', { a:1234, b:1122 } axios.post('/api/default/aaa', { data:{ a:1234, b:1122 } } 把 [HttpPost] 改成 [HttpGet] ,则可以使用 axios.post('/api/default/aaa', { params: { a: 123, b: 234 } } ... ... 提示: ... ... .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) .then 当请求成功时触发,请求失败时触发 catch 。res 是请求成功后返回的信息,res.data 是请求成功后服务器返回的信息。即是 action 处理数据后返回的信息。 在浏览器,按下 F12 打开控制台,点击 Console ,每次请求后,这里会打印请求结果和数据。 2, [FromBody]官方文档解释:请求正文。[FromBody] 针对复杂类型参数进行推断。 [FromBody] 不适用于具有特殊含义的任何复杂的内置类型,如 IFormCollection 和 CancellationToken。 绑定源推理代码将忽略这些特殊类型。 算了,看得一头雾水,手动实际试试。 刚刚开始的时候,我这样使用: public async Task<JsonResult> BBB([FromBody]int? a, [FromBody]int? b) 结果编译时就报错,提示只能使用一个 [FromBody],于是改成 [HttpPost("bbb")] public async Task<JsonResult> BBB([FromBody]int? a, int? b) { if (a == null || b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 2000, result = a + "|" + b }); } 打开 Swagger UI 界面,刷新一下 1562139375(1) 从图片中发现,只有 b,没有 a,而且右上角有下拉框,说明了加 [FromBody] 是 json 上传。 那么说明 [FromBody] 修饰得应当是对象,而不是 字段。 修改程序如下: // 增加一个类型 public class AppJson { public int? a { get; set; } public int? b { get; set; } } [HttpPost("bbb")] public async Task<JsonResult> BBB([FromBody]AppJson ss) { if (ss.a == null || ss.b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 2000, result = ss.a + "|" + ss.b }); } 再看看微软的文档:[FromBody] 针对复杂类型参数进行推断。,这下可理解了。。。 即是不应该对 int、string 等类型使用 [FromBody] ,而应该使用一个 复杂类型。 而且,一个 action 中,应该只能使用一个 [FromBody] 。 打开 Swagger 界面(有修改需要刷新下界面,下面不再赘述)。 1562139627(1) 这样才是我们要的结果嘛,前端提交的是 Json 对象。 用 Postman 测试下 1562139749(1) 证实了猜想,嘿嘿,嘿嘿嘿。 前端提交的是 Json 对象,遵循 Json 的格式规范,那么 [FromBody] 把它转为 Object 对象。 前端 axios 写法: methods: { postaaa: function () { axios.post('/api/default/bbb', { "a": 4444, "b": 5555 }) .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) } } 3, [FromForm] [HttpPost("ccc")] public async Task<JsonResult> CCC([FromForm]int? a, [FromForm]int? b) { if (a == null || b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 200, result = a + "|" + b }); } 当然,这样写也行,多个字段或者对象都可以 [HttpPost("ccc")] public async Task<JsonResult> CCC([FromForm]AppJson ss) { if (ss.a == null || ss.b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 200, result = ss.a + "|" + ss.b }); } 1562141896(1) 根据提示,使用 Postman 进行测试 0187f3234bb69a6eea144a3a16ee5d8 事实上,这样也行 ↓ form-data 和 x-www.form-urlencoded 都是键值形式,文件 form-data 可以用来上传文件。具体的区别请自行查询。 df8a45f6c95af394ae2fdbb269f9ae2 axios 写法(把 Content-Type 字段修改成 form-data 或 x-www.form-urlencoded ) postccc: function () { let fromData = new FormData() fromData.append('a', 111) fromData.append('b', 222) axios.post('/api/default/ccc', fromData, { headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }) .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) } 4, [FromHeader][FromHeader] 不以表单形式上传,而是跟随 Header 传递参数。 [HttpPost("ddd")] public async Task<JsonResult> DDD([FromHeader]int? a, [FromHeader]int? b) { if (a == null || b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 200, result = a + "|" + b }); } 1562144122(1) axios 写法 postddd: function () { axios.post('/api/default/ddd', {}, { headers: { a: 123, b: 133 } }) .then(res => { console.log(res.data) console.log(res.data.code) console.log(res.data.result) }) .catch(err => { console.error(err); }) } 需要注意的是,headers 的参数,必须放在第三位。没有要提交的表单数据,第二位就使用 {} 代替。 params 跟随 url 一起在第一位,json 或表单数据等参数放在第二位,headers 放在第三位。 由于笔者对前端不太熟,这里有说错,麻烦大神评论指出啦。 5, [FromQuery]前面已经说了,Action 参数不加修饰,默认就是 [FromQuery] ,参考第一小节。 有个地方需要记住, Action 参数不加修饰。默认就是 [FromQuery] ,有时几种参数并在一起放到 Action 里,会忽略掉,调试时忘记了,造成麻烦。 6, [FromRoute]获取路由规则,这个跟前端上传的参数无关;跟 URL 可以说有关,又可以说无关。 [HttpPost("fff")] public async Task<JsonResult> FFFxxx(int a,int b, [FromRoute]string controller, [FromRoute]string action) { // 这里就不处理 a和 b了 return new JsonResult(new { code = 200, result = controller+"|"+action }); } 1562147096 [FromRoute] 是根据路由模板获取的,上面 API 的两个参数和路由模板的名称是对应的: [FromRoute]string controller, [FromRoute]string action app.UseMvc(routes => { routes.MapRoute( name: "default", template: "{controller=Home}/{action=Index}/{id?}"); }); 当然,还可以加个 [FromRoute]int? id [FromRoute] 和 [FromQuery] 区别 以此 URL 为例 https://localhost:5123/api/Default/fff?a=111&b=22 Route 会查到 controller = Default ,action = FFFxxx 。查询到的是代码里的真实名称。 Query 会查询到 a = 111 和 b = 22 那么,如果路由规则里,不在 URL 里出现呢? [HttpPost("/ooo")] public async Task<JsonResult> FFFooo(int a, int b, [FromRoute]string controller, [FromRoute]string action) { // 这里就不处理 a和 b了 return new JsonResult(new { code = 200, result = controller + "|" + action }); } 那么,访问地址变成 https://localhost:5123/ooo 通过 Postman ,测试 df8a45f6c95af394ae2fdbb269f9ae2 说明了 [FromRoute] 获取的是代码里的 Controller 和 Action 名称,跟 URL 无关,根据测试结果推断跟路由表规则也无关。 7, [FromService]参考 https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/dependency-injection?view=aspnetcore-2.2 这个是与依赖注入容器有关,跟 URL 、路由等无关。 新建一个接口、一个类 public interface ITest { string GGG { get; } } public class Test : ITest { public string GGG { get { return DateTime.Now.ToLongDateString(); } } } 在 ConfigureServices 中 注入 services.AddSingleton<ITest, Test>(); 在 DefaultController 中,创建构造函数,然后 private readonly ITest ggg; public DefaultController(ITest ttt) { ggg = ttt; } 添加一个 API [HttpPost("ggg")] public async Task<JsonResult> GGG([FromServices]ITest t) { return new JsonResult(new { code = 200, result = t.GGG }); } 访问时,什么参数都不需要加,直接访问此 API 即可。 1562148774(1) [FromService] 跟后端的代码有关,跟 Controller 、Action 、URL、表单数据等无关。 小结: 特性可以几种放在一起用,不过尽量每个 API 的参数只使用一种特性。 优先取值 Form > Route > Query。 IFromFile 由于文件的上传,本文就不谈这个了。 关于数据绑定,更详细的内容请参考: https://docs.microsoft.com/zh-cn/aspnet/core/mvc/models/model-binding?view=aspnetcore-2.2 三. action 特性方法Microsoft.AspNetCore.Mvc 命名空间提供可用于配置 Web API 控制器的行为和操作方法的属性。 下表是针对于 Controller 或 Action 的特性. 特性 说明[Route] 指定控制器或操作的 URL 模式。[Bind] 指定要包含的前缀和属性,以进行模型绑定。[Consumes] 指定某个操作接受的数据类型。[Produces] 指定某个操作返回的数据类型。[HttpGet] 标识支持 HTTP GET 方法的操作。... ...下面使用这些属性来指定 Controller 或 Action 接受的 HTTP 方法、返回的数据类型或状态代码。 1, [Route]在微软文档中,把这个特性称为 属性路由 ,定义:属性路由使用一组属性将操作直接映射到路由模板。 请教了大神,大神解释说,ASP.NET Core 有路由规则表,路由表是全局性、唯一性的,在程序运行时,会把所有路由规则收集起来。 MVC 应用中设置路由的方法有多种,例如 app.UseMvc(routes => { routes.MapRoute( name: "default", template: "{controller=Home}/{action=Index}/{id?}"); }); [Route("Home/Index")] public IActionResult Index() { return View(); } [Route("api/[controller]")] [ApiController] public class DefaultController : ControllerBase { } 路由是全局唯一的,可以通过不同形式使用,但是规则不能发生冲突,程序会在编译时把路由表收集起来。 根据笔者经验,发生冲突,应该就是在编译阶段直接报错了。(注:笔者不敢确定) 关于路由,请参考 : https://docs.microsoft.com/zh-cn/aspnet/core/mvc/controllers/routing?view=aspnetcore-2.2#token-replacement-in-route-templates-controller-action-area 2, [Bind]笔者知道这个是绑定模型的,但是对原理不太清楚。ASP.NET Core 自动生成的可读写的 Controller ,默认都是使用 [Bind] 来绑定数据。 文档定义:用于对复杂类型的模型绑定。 有下面几种相近的特性: [BindRequired][BindNever][Bind]微软文档提示:如果发布的表单数据是值的源,则这些属性会影响模型绑定。 就是说,上面的特性是针对类、接口等复杂类型(下面统称模型),对于 int、string 这些类型,可能出毛病。 [BindRequired] 、[BindNever] 只能应用于模型的属性,如 public class TestB { [BindNever] public int ID { get; set; } [BindRequired] public string Name { get; set; } } 但是 [BindRequired] 、[BindNever] 不在讨论范围内,这里只说 [Bind]。 [Bind] 用于类或方法(Controller、Action),指定模型绑定中应包含的模型属性。 在微软官方文档,对于[Bind] 的解释: [Bind] 属性可用于防止“创建”方案中的过多发布情况 。 由于排除的属性设置为 NULL 或默认值,而不是保持不变,因此它在编辑方案中无法很好地工作;因为 Bind 特性将清除未在 某个 参数中列出的字段中的任何以前存在的数据。一脸懵逼。 下面是我的踩坑过程,不感兴趣的话直接跳过吧。笔记笔记,记得当然是自己觉得要记的哈哈哈。 新建一个类 public class TestBind { public string A { get; set; } public string B { get; set; } public string C { get; set; } public string D { get; set; } public string E { get; set; } public string F { get; set; } public string G { get; set; } } 新建 API [HttpPost("hhh")] public async Task<JsonResult> HHH([Bind("A,B,C")] TestBind test) { if (ModelState.IsValid == true) return new JsonResult(test); return new JsonResult(new { Code = 0, Result = "验证不通过" }); } 15622028717670 使用 Postman 进行,测试,发现必须使用 Json 形式,才能访问到这个 Action ,其它方式会直接 返回 错误。 { "errors": { "": [ "A non-empty request body is required." ] }, "title": "One or more validation errors occurred.", "status": 400, "traceId": "0HLO03IFQFTQU:00000007" }通过两次 Postman 进行测试 15622032271015 15622037112944 经过测试,我猜想 ModelState.IsValid 跟模型里的验证规则有关系,跟 [Bind] 没关系(尽管用于测试的 TestB 类中没有写验证规则),因此不能使用 ModelState.IsValid 验证 [Bind] 是否符合规则。 Action 的参数:[Bind("A,B,C")] TestBind test,刚开始的时候我以为请求的数据中必须包含 A、B、C。 测试后发现不是。。。再认真看了文档 :因为 Bind 特性将清除未在 某个 参数中列出的字段中的任何以前存在的数据。 我修改一下: [HttpPost("hhh")] public async Task<JsonResult> HHH( string D, string E,[Bind("A,B,C")] TestBind test) { if (ModelState.IsValid == true) return new JsonResult(new { data1 = test, data2 = D, data3 = E }); return new JsonResult(new { Code = 0, Result = "验证不通过" }); } 参数变成了 string D, string E,[Bind("A,B,C")] TestBind test 使用 Swagger 进行测试: 15622043721294返回结果 { "data1": { "a": "string", "b": "string", "c": "string", "d": "string", "e": "string", "f": "string", "g": "string" }, "data2": null, "data3": null}改成 [HttpPost("hhh")] public async Task<JsonResult> HHH([Bind("A,B,C")] TestBind test, string J, string Q) { if (ModelState.IsValid == true) return new JsonResult(new { data1 = test, data2 = J, data3 = Q }); return new JsonResult(new { Code = 0, Result = "验证不通过" }); } 返回结果 { "data1": { "a": "string", "b": "string", "c": "string", "d": "string", "e": "string", "f": "string", "g": "string" }, "data2": null, "data3": null}文档中对 [Bind] 描述最多的是:防止过多发布。 通过上面的测试,首先肯定的是一个 Action 里,有多个参数 如 [Bind("A,B,C")] TestBind test, string D, string E string J, string Q。 注意,下面的结论是错的! 那么 D、E 因为于 除了 Test, J、Q就会无效,通过百度,[Bind] 修饰的 Action ,前端请求的数据只有 Test 里面的数据有效,其它 Query等形式一并上传的数据都会失效,防止黑客在提交数据时掺杂其它特殊参数。应该就是这样理解吧。 上面是一开始我的结论,直到多次测试,我发现是错的。 可是有一个地方不明白, [Bind("A,B,C")][Bind("A,B,C,D,E,F,G")]这两者的区别是是什么。还是没搞清楚。 突然想到 Query,当字段没有使用特性修饰时,默认为 Query 。 最终踩坑测试代码 模型类 public class TestBind { public string A { get; set; } public string B { get; set; } public string C { get; set; } public string D { get; set; } public string E { get; set; } public string F { get; set; } public string G { get; set; } } Action [HttpPost("hhh")] public async Task<JsonResult> HHH( string A, string B, string E, string F, string G, [Bind("A,B,C,D")] TestBind test, string C, string D, string J, string Q) { if (ModelState.IsValid == true) return new JsonResult(new { data1 = test, dataA = A, dataB = B, dataC = C, dataD = D, dataE = E, dataF = F, dataG = G, dataJ = J, dataQ = Q }); return new JsonResult(new { Code = 0, Result = "验证不通过" }); } Swagger 测试 15622129564070 Postman 测试 15622126298494 15622126493775 { "data1": { "a": "111", "b": "111", "c": "111", "d": "111", "e": "111", "f": "111", "g": "111" }, "dataA": "222", "dataB": "222", "dataC": "222", "dataD": "222", "dataE": "222", "dataF": "222", "dataG": "222", "dataJ": "222", "dataQ": "222" }再在 Swagger 或 Postman ,换着法子尝试各种不同组合的输入。 我懵逼了。试了半天试不出什么。 实在不理解 [Bind] 里,“防止过多发布” 是什么意思 [Bind("A,B,C")][Bind("A,B,C,D,E,F,G")]这两者的区别是是什么。还是没搞清楚。算了,不踩了。 我再到 stackoverflow 提问题,地址 https://stackoverflow.com/questions/56884876/asp-net-core-bind-how-to-use-it/56885153#56885153 获得一个回答: What's the difference between [Bind("A,B,C")] and [Bind("A,B,C,D,E,F,G")]? The former tells the model binder to include only the properties of TestBind named A, B and C. The latter tells the model binder to include those same properties plus D, E, F and G. Are you testing by posting data for all properties of your model? You should notice that the values you post for the excluded properties are not bound. 算了,嘿嘿,测试不出来,放弃。 3, [Consumes]、[Produces] [Consumes("application/json")] [Produces("application/json")] [Produces("application/xml")] [Produces("text/html")] ... ... 目前只了解到 [Consumes]、[Produces] 是筛选器,用来表示 Controller 或 Action 所能接受的数据类型。大概就是像下面这样使用: [Consumes("application/json")] [Produces("application/json")] public class DefaultTestController : ControllerBase { } 但是如何实际应用呢?我找了很久,都没有找到什么结果。在 stackoverflow 找到一个回答: https://stackoverflow.com/questions/41462509/adding-the-produces-filter-globally-in-asp-net-core 4, [HttpGet]、[HttpPost]、[HttpDelete]、[HttpPut]修饰 Action ,用来标识这个 Action 能够通过什么方式访问、访问名称。 例如: [Route("api/[controller]")] [ApiController] public class DefaultController : ControllerBase { [HttpPost("aaa")] public async Task<JsonResult> AAA(int? a, int? b) { if (a == null | b == null) return new JsonResult(new { code = 0, result = "aaaaaaaa" }); return new JsonResult(new { code = 200, result = a + "|" + b }); } } 访问地址 https://localhost:5123/api/Default/aaa 使用时,会受到 Controller 和 Action 路由的影响。 但 本身亦可控制路由。以上面的控制器为例 [HttpPost("aaa")] //相对路径访问地址 xxx:xxx/api/Default/aaa [HttpPost("/aaa")] //绝对路径访问地址 xxx:xxx/aaa 四,返回类型1, 查询备忘表Microsoft.AspNetCore.Mvc 命名空间中,包含控制 MVC 的各种操作方法和类型,笔者从命名空间中抽出与 MVC 或 API 返回类型有关的类型,生成表格: 类型 描述AcceptedAtActionResult An ActionResult that returns a Accepted (202) response with a Location header.AcceptedAtRouteResult An ActionResult that returns a Accepted (202) response with a Location header.AcceptedResult An ActionResult that returns an Accepted (202) response with a Location header.AcceptVerbsAttribute Specifies what HTTP methods an action supports.ActionResult A default implementation of IActionResult.ActionResult A type that wraps either an TValue instance or an ActionResult.BadRequestObjectResult An ObjectResult that when executed will produce a Bad Request (400) response.BadRequestResult A StatusCodeResult that when executed will produce a Bad Request (400) response.ChallengeResult An ActionResult that on execution invokes AuthenticationManager.ChallengeAsync.ConflictObjectResult An ObjectResult that when executed will produce a Conflict (409) response.ConflictResult A StatusCodeResult that when executed will produce a Conflict (409) response.ContentResult CreatedAtActionResult An ActionResult that returns a Created (201) response with a Location header.CreatedAtRouteResult An ActionResult that returns a Created (201) response with a Location header.CreatedResult An ActionResult that returns a Created (201) response with a Location header.EmptyResult Represents an ActionResult that when executed will do nothing.FileContentResult Represents an ActionResult that when executed will write a binary file to the response.FileResult Represents an ActionResult that when executed will write a file as the response.FileStreamResult Represents an ActionResult that when executed will write a file from a stream to the response.ForbidResult An ActionResult that on execution invokes AuthenticationManager.ForbidAsync.JsonResult An action result which formats the given object as JSON.LocalRedirectResult An ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307), or Permanent Redirect (308) response with a Location header to the supplied local URL.NotFoundObjectResult An ObjectResult that when executed will produce a Not Found (404) response.NotFoundResult Represents an StatusCodeResult that when executed will produce a Not Found (404) response.OkObjectResult An ObjectResult that when executed performs content negotiation, formats the entity body, and will produce a Status200OK response if negotiation and formatting succeed.OkResult An StatusCodeResult that when executed will produce an empty Status200OK response.PartialViewResult Represents an ActionResult that renders a partial view to the response.PhysicalFileResult A FileResult on execution will write a file from disk to the response using mechanisms provided by the host.RedirectResult An ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307), or Permanent Redirect (308) response with a Location header to the supplied URL.RedirectToActionResult An ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307), or Permanent Redirect (308) response with a Location header. Targets a controller action.RedirectToPageResult An ActionResult that returns a Found (302) or Moved Permanently (301) response with a Location header. Targets a registered route.RedirectToRouteResult An ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307), or Permanent Redirect (308) response with a Location header. Targets a registered route.SignInResult An ActionResult that on execution invokes AuthenticationManager.SignInAsync.SignOutResult An ActionResult that on execution invokes AuthenticationManager.SignOutAsync.StatusCodeResult Represents an ActionResult that when executed will produce an HTTP response with the given response status code.UnauthorizedObjectResult An ObjectResult that when executed will produce a Unauthorized (401) response.UnauthorizedResult Represents an UnauthorizedResult that when executed will produce an Unauthorized (401) response.UnprocessableEntityObjectResult An ObjectResult that when executed will produce a Unprocessable Entity (422) response.UnprocessableEntityResult A StatusCodeResult that when executed will produce a Unprocessable Entity (422) response.UnsupportedMediaTypeResult A StatusCodeResult that when executed will produce a UnsupportedMediaType (415) response.ViewComponentResult An IActionResult which renders a view component to the response.ViewResult Represents an ActionResult that renders a view to the response.VirtualFileResult A FileResult that on execution writes the file specified using a virtual path to the response using mechanisms provided by the host.留着写 WebApi 时查询备忘嘿嘿。 那些类型主要继承的两个接口: 类型 描述IActionResult Defines a contract that represents the result of an action method.IViewComponentResult Result type of a ViewComponent.注意的是,上面有些是抽象类,例如 FileResult,而 FileStreamResult 实现了 FileResult 。有些类是继承关系。 2, 返回的数据类型特定类型IActionResult 类型ActionResult 类型Action 的 return ,返回的数据类型必定是上面三种。 3, 直接返回基元或复杂数据类型[HttpGet]public IEnumerable Get(){ return _repository.GetProducts(); }4, IActionResult 类型响应状态码、Json、重定向、URL 跳转等,属于 IActionResult。 MVC 的 Controller 与 API 的 Controller 有很多相同的地方,亦有很多不同的地方。 API 的 Controller 继承 ControllerBase MVC 的 Controller 继承 Controller而 Controller 继承 Controller : ControllerBase, IActionFilter, IFilterMetadata, IAsyncActionFilter, IDisposableAPI 里的 Controller 是最原始的。 API 里的 返回类型需要实例化, new 一下; MVC 里的返回类型,“不需要实例化”。 当然,有些例如 FileResult 是抽象类,不能被实例化。 API: [HttpGet("returnaaa")] public async Task<IActionResult> ReturnAAA() { return new ViewResult(); return new JsonResult(new { code="test"}); return new RedirectToActionResult("DefaultController","ReturnAAA",""); return new NoContentResult("666"); return new NotFoundResult(); ... } MVC public async Task<IActionResult> Test() { return View(); return Json(new { code = "test" }); return RedirectToAction("DefaultController", "ReturnAAA", ""); return NoContent("666"); return NotFound(); ... } MVC 中,Action 默认是 [HttpGet],不加也可以被访问到; 而 API 的Action,不加 [Httpxxx],则默认不能被访问到。
文章
2019-07-04
【Xamarin.Android】掌握android支持库
Android支持库是每个Android应用程序中必不可少的一部分,你会发现它们无处不在。支持库为开发人员提供了将Android的最新和最强大功能添加到应用程序的能力,同时保持与旧版本Android的向后兼容性。随着Android SDK的新版本不断推出,对支持库的更新也随之展开;保持最新版本并安装正确的版本是Android开发的一个重要(有时令人沮丧)的一部分。在这个博客,我希望他们揭秘支持库,帮助您升级到最新版本 版本控制 首先要明白的是如何支持库版本。我们在几个星期前与Jon Dick在Xamarin博客 讨论这个话题,但是这里有一个快速的崩溃:每一个支持库NuGet有语义的版本号(大,小,补丁)与他们同行的java版本,因此,您可以通过查看修订历史修订历史来查看每个版本中的内容。 有时你会在结尾看到一个额外的第四个补丁来标记着在NuGet上修改了这个Bug。 就像这个博客,Xamarin开发者能够访问的NuGet最新版本是25.3.1。最重要的数字是主要版本号25。这个数字意味着这是对Android SDK API级别25建成意味着安装NuGet和正确使用它,你必须选择API 25或者更高版本来重新在Visual Studio中编译, 否则,您可能会看到这个错误: Could not install package ‘Xamarin.Android.Support.Compat 25.3.1’. You are trying to install this package into a project that targets ‘MonoAndroid,Version=v7.0’, but the package does not contain any assembly references or content files that are compatible with that framework. 更新支持库 现在我们安装了全部版本的支持库,我们能够将我们的自问库更新到最新版本。在这一点上,您可能想知道为什么需要更新库。随着时间的推移,支持库增加了新特性,但也提供应用程序需要的几个bug修复。此外,你可能依赖于其他支持库如谷歌播放服务或Xamarin插件,可能是针对最新的支持包创建的。 事实上,认识到现在是更新的时候了,我最近更新了我所有的插件到目标.NET标准和最新的支持库中。我所有的插件到目标.NET标准和最新的支持库中. 步骤1:安装Android SDK 25 能够像上面显示的那样使用API 25重新编译,你需要安装API 25 Android SDK。在Android SDK管理器,通过菜单 Tools->Android->Android SDK Manager… ,我找到SDK Manager并更新到API 25。要做的第一件事情是确认你“取消所有选择”并且在Andorid 7.1.1下找到SDK Platform 25。你需要安装一个包。(如果你使用的是Visual Studio for Mac,请阅读我们提供的最新的SDK管理器)。 安装后,我们需要选择这个SDK重新编译: 此外,最好的做法是将目标设置为与编译版本相同的版本。 在这一点上,强烈建议关闭并重新打开解决方案。这将确保你所有的设置同步准备NuGet踢到行动。升级时,您会看到一个错误,如果您没有正确设置编译目标,并且没有发挥作用,那么您不会针对Android的正确版本。 步骤2:更新NuGets 现在是时候更新的支持NuGets。更新您安装的所有支持库非常重要。如果不这样做,将导致不匹配的版本和编译错误。右键单击Android项目并且选择“Manage NuGet Packages…” ,在更新选项卡中,您将看到一个支持库的目标列表。只需选择所有包并点击“Update”。 这将确保所有NuGets和依赖关系得到更新。可能会提示您关闭并重新启动VisualStudio;确保您这样做,从而使项目得到完全更新。 如果你使用Visual Studio的Mac,你会看到在你项目的包结NuGets更新。您可以一次更新一个或右键单击包节点并更新所有。 更新后,我总是想重新检查所有的包已经通过关闭解决方案更新,并再次打开它,重复步骤2。完成此操作后,请确保完成了完整的清理工作,然后完成了项目的重新编译工作。 你有它,你的支持库是最新的和准备工作吧! 视频演练 想在行动中看到它吗?请观看下面的视频并亲手动手练习:  https://sec.ch9.ms/ch9/97d8/d2604d3d-94ae-42d5-8ca2-be0793e997d8/SnacKPackUpgradeAndroidSupportLibraries_high.mp4
文章
API  ·  开发工具  ·  Android开发
2017-09-22
《超越平凡的平面设计: 版式设计原理与应用》—色轮
本节书摘来自异步社区《超越平凡的平面设计: 版式设计原理与应用》一书中的色轮,作者【美】John McWade,更多章节内容可以访问云栖社区“异步社区”公众号查看。 色轮超越平凡的平面设计: 版式设计原理与应用理解色彩搭配的必备工具有光就有色。我们以为各个色彩是相互独立的,比如蓝色是蓝色,而红色是红色。但其实一种色彩总是存在于包含其余色彩的环境里,并不会单独出现。颜色并没有好坏之分,就像是组成乐谱的音符,每种颜色都是曲子的一部分,合在一起构成动听或不动听的旋律。色轮就是用于理解色彩间的关联的工具(也叫做色相环)。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506f7e9206881d4a934" > 色轮是由可见光范围内的色彩组成的圆环 形式简约,含义无穷 白光里包含所有的可见光。如你所见的彩虹一样,可见光构成了颜色依次由紫到红的无限色谱。为将它应用于实际工作,色轮使用12种基本颜色来代表无限色谱,就如同一盒12色蜡笔里的色彩。 色彩的含义色轮由12种基本颜色组成。首先是红、黄、蓝三原色;三原色两两混合得到间色;间色再两两混合得到三级色。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506f1f81234593c51b5" > 三原色色轮的“母色”,它们是唯一不能由其余颜色调成的色彩。三原色围绕色轮平均分布,两两呈120度。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15069d8700aba82b3367" > 间色 图像说明文字位于两原色的中部,并且由与之相邻的两个原色平均混合得到。 三级色图像说明文字填满剩下的空格,它们由与之相邻的原色和间色平均混合得到。 色彩的共性众所周知,一种颜色和与之毗邻的颜色具有共性,而后者又与其相邻色具有共性,围绕色轮一周的色彩都是如此。色彩的共性是各种颜色建立关联的基础。 共有七种颜色包含蓝色 它们从蓝色向两边呈扇形分布。离蓝色越远,颜色里包含的蓝色变得越来越少。绿色和紫色是含有蓝色的间色。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506a2ebd0fa71003017" > 共有七种颜色包含黄色 它们从黄色向两边呈扇形分布。离黄色越远,颜色里包含的黄色变得越来越少。绿色和橙色是含有黄色的间色。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506136297c3b8e325a5" > 共有七种颜色包含红色 它们从红色向两边呈扇形分布。离黄色越远,颜色里包含的红色变得越来越少橙色和紫色是含有红色的间色。 色彩明度色彩也有明暗,以明度值来衡量。为了展示明度,色轮内外还存在更多的环:外部较大的两个环由深色组成,内部较小的两个环由浅色组成。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506fb9a3894b99ff68d" > 色彩关系下面的示意图阐述了6种基本的颜色关系。每一种关系都可以衍生出无数的色彩组合。无论哪种组合,除了纯色以外,还可以包含深色和浅色。最后的色彩组合可以全部是深色,也可以全部是浅色,或者任意组合。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=150675e4b48ba6892940" > 运用色彩的数量很重要。色彩数量的多少,关系到色调是冷是暖,是深是浅,是安静还是喧闹。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506ce4182cda108408b" > 现在来做一个测试训练你的眼力:如下的四张封面,每张都使用了一种基本的颜色关系(单色,近似色,补色,分裂补色,原色或间色),你能分辨出来吗?提示:看大块而不是小块的颜色,忽略黑色和白色。 从左到右依次是:单色,补色,原色,近似色。怎样寻找最佳色彩你所需要的色调就隐藏在图片里,让我告诉你如何寻找 再没有别的视觉要素能比色彩对读者造成更多的影响了。色彩引人注目,营造氛围,传递信息。但不同情况下该如何选用色彩呢?关键在于,色彩间是互相关联的。颜色并非存于真空,而总是与其他颜色共同出现。正因如此,你才能根据页面上任意组成元素的颜色设计出色彩协调的平面作品。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506e1d2091d8626df87" > 现在我们要为某女子大学设计一张学术节目单,并要使用这张表情严肃,面部充满雀斑的女模特的照片。需达到的设计目标是,既要向人传达出节目的严肃和务实之感,又不失其新鲜活力和个性(无建筑物与地面的图像)。重点体现时尚感会更好,色彩凌驾于各种要素之上。1 放大照片每张照片本身就具有色调。我们首先要找到这个色调并对其进行整理。放大照片,你看到的颜色之多将会使你惊讶无比。 以正常的距离(左图)观察照片,我们只看到几种颜色:皮肤的肉色,头发的红色,瞳孔和外套的蓝色。一旦将其放大,无数的色彩便出现了!第一步,减少色彩的数量使照片便于处理,以16、32、64位为上限在Photoshop里,先复制照片图层以防丢失,然后选择滤镜>像素化>马赛克(右图)将单个的像素变大,则色彩数目就会变少。如果想要增添色彩,则只需缩小像素的尺寸。 2 提取色彩现在使用吸管工具将色彩提取出来。顺序是由大块色(看到最多的颜色)到小块色。为形成对比,每块颜色都要从像素中分别提取出深、中、浅三色。 首先处理大块的色彩,即随意一瞥就可看到的颜色:女模特的肤色、发色以及衣服颜色。然后再处理小块色,如她眼睛、嘴唇、头发高光以及柔和阴影的颜色。这张照片分为亮部和暗部,虽然不明显,但请一定注意。取样颜色时应逐步进行,完成一个部分再到另一部分。整理所得色彩,先依照色相将所有颜色排列好,再按照明度(由浅到深)将单个颜色排列好,去掉近似色。最后得到的规律定会令你惊喜。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506749fc32c157a3d67" > 3 尝试使用各种颜色将照片放在每种样色上对比,结果令人满意,不是吗?有趣的是,照这种方法搭配的效果总是不错,因为选用的这些色彩本就存在于照片中。 暖色 以下四种属于暖色——粉红色、浅橙色、深褐色、棕色,均提取自红发的女模特。暖色背景使人物显得更柔和甜美,所以这种色系适用于传递美容或者表达关爱的信息。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=150674efbd5700317733" > http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15063b88c063c86804be" > 冷色 冷色系主要是蓝色,更擅长表现一种严肃务实的感觉,适用于传达直截切题的信息。注意,色彩的明度值越低,女模特的脸部显得越明亮,就好像她穿越页面,向你飞来。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15063b55ab8867833ec6" > 4 添加色彩下一步就是添加更多色彩。选择提取出的任一颜色,并将其在色轮上定位,因为色轮能展示出各种颜色间的关系。 选择照片上的任一色彩,比如蓝色,然后在色轮上找到与它大致相同的颜色。我们将此颜色称为基色。大家知道,基色与照片已能相互搭配,现在我们要做的就是寻找其他可与基色协调的色彩。记住,如果还要使用文字或其他图形(这是很典型的情况),需要同时添加深色和浅色,以便各元素形成对比。 5 创建色调现在我们根据基色,便可以创建出一个与版面协调的色调范围。不同明度的色彩可混合搭配,比如,中蓝色可与蓝绿色及深紫色搭配。 单色调 首先是基色的深、中、浅三色的组合,这被称为单色调。单色调没有色相变化,却提供了深、浅的色彩明度对比,这在优秀平面设计中是很重要的因素。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15067fa31e4adf63d88b" > 近似色色调 与基色紧紧相邻的颜色便是其近似色。近似色间具有很强的潜在关联性,如图中的蓝绿、蓝色和蓝紫色,营造出一种赏心悦目的协调感。近似色色调类别丰富,运用起来也很简单。 补色如图与基色相对的颜色便称为基色的补色,即橙色系。补色形成对比,一种颜色与其补色配合可传达出力量、气势和活力。通常,强调色的使用量比其补色少,例如上图所示,在一片蓝色区域中使用一点橙色,橙色就作为强调色。 分裂补色 与基色的补色左右相邻的颜色称为基色补色的类似色。这些颜色组合在一起形成分裂补色。近似色间柔和的美加上互补色间强烈的视觉冲击,使得此种色调独具感染力。本例中,蓝色将最可能被用作强调色。 补色/近似色 这种色调与分裂补色色调原理相同,但却包含了更多色彩。增加的色彩范围使暖色之间的过渡更柔和协调,并与冷色形成更鲜明的对比。这是一种紧张而激烈的色调组合。 近似色/补色基色与其近似色组合制造的协调感被其补色阻断。记住,两对比色若明度相同,则趋于冲突;明度不同,则相辅相成。这就是为什么我们要提取同种颜色的深、中、浅三种色调。 对比色相同明度。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=1506fd69051ead41763b" > 对比色不同明度。 6 编辑与应用现在开始设计版面了。首先决定使用哪种色调。如何选择呢?关键是看内容。根据设计意图来权衡各种色调,问问自己,哪种色调最能迎合文章首页列出的内容呢? 理性 大家都喜欢蓝色。有意思的是,照片本身就具有蓝色和橙色,形成自然而完美的对比。蓝色背景淡化了人物衣服,使女子凝视的目光似乎穿越了页面。整个版面美观而有条理。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15065d3552f9d4780f90" > 庄重 这种色调源于女模特头发的深红色,并且为强调红色而选取了临近的黄色。而在蓝色背景上显得后退的人物眼睛和外衣在红色背景上却因对比而突出。注意,红色在人物头发上仅作为高光,当填充了页面时却具有了真正的影响力。版面庄重而热情,引人入胜。 热情 女模特发上的高光色主持整个页面,蓝色调引起对比,带来纵深感。版面上一个特别的有趣之处就是黄色的标题,它看着很像照片上被挖空的部分。整版显得很平面,色彩搭配热情而迷人(它可能会在设计竞赛中获胜)。不过,唯有前卫的客户才会选择它。 休闲 蓝绿色,偏绿系,是蓝色的近似色,照片中并没有这个美丽的颜色。它用在版面中显得很特别,并增添了活力和纵深感,还使信息看起来很休闲。现在比较流行这种平易近人的色调。女模特在蓝背景下发蓝的眼睛,在此处却趋向发绿。标题字体的浅橙色与背景形成柔和的对比。 小提示:明度混搭。可选用任意色彩的深、中、浅色。注意此处便同时使用了蓝绿色。 http://write.epubit.com.cn/api/storage/getbykey/screenshow?key=15060a29dcfcee6fd7ae" > 精致 紫色也是蓝色的近似色,而蓝紫色也是照片中没有的颜色。蓝紫色偏红,使整个图像显得更漂亮,因为现在脸、头发和背景看起来更相似。通常来讲,蓝紫色是一种温柔宁静,生机勃勃的冷色(具有清新的特性)。 本文仅用于学习和交流目的,不代表异步社区观点。非商业转载请注明作译者、出处,并保留本文的原始链接。
文章
2017-05-02
使用IntelliJ IDEA 14和Maven创建java web项目
原文:使用IntelliJ IDEA 14和Maven创建java web项目 http://mark.leanote.com/post/%E4%BD%BF%E7%94%A8IntelliJ-IDEA-14%E5%92%8CMaven%E5%88%9B%E5%BB%BAjava-web%E9%A1%B9%E7%9B%AE 安装Maven 下载安装 去maven官网下载最新版。 解压到安装目录。 配置 右键桌面的计算机图标,属性–>高级系统设置–>环境变量,添加M2_HOME的环境变量,然后将该变量加入的PATH中。 注意 必须要有JAVA_HOME和个环境变量,不然maven会提示错误。 如果想要修改maven的本地仓库位置,可以在maven的安装目录下的conf目录下的settings.xml配置文件中设置。 打开CMD,输入mvn --version,看到如下提示就说明安装成功了。 配置IntelliJ 在IntelliJ的设置中,可以设置maven的安装目录,settings.xml文件的位置,和本地仓库的位置等信息。 新建 新建maven项目,create from archetype,选择maven-archetype-webapp Next,填写GroupId,ArtifactId和Version Next,这里在Properties中添加一个参数archetypeCatalog=internal,不加这个参数,在maven生成骨架的时候将会非常慢,有时候会直接卡住。 来自网上的解释: archetypeCatalog表示插件使用的archetype元数据,不加这个参数时默认为remote,local,即中央仓库archetype元数据,由于中央仓库的archetype太多了,所以导致很慢,指定internal来表示仅使用内部元数据。 Next,填写项目名称和module名称。 点击Finish。 项目的目录结构如下: 设置 配置项目的JDK和language level 在main文件夹下新建一个java文件夹,把它设为源代码文件夹。 为module添加外部依赖的jar包。 添加tomcat的依赖是为了满足servlet和jsp依赖的,tomcat作为一个servlet容器提高了servlet和jsp的API。 添加jar包依赖。 设置artifact。 设置tomcat。 启动tomca 访问 完!
文章
Web App开发  ·  Java  ·  应用服务中间件  ·  Maven  ·  容器
2016-04-15
...
跳转至:
开发与运维
5258 人关注 | 126214 讨论 | 205081 内容
+ 订阅
  • ③MySQL的函数——聚合函数、数学函数、字符串函数、日期函数
  • ②MySQL的函数——聚合函数、数学函数、字符串函数、日期函数
  • matplotlib绘制柱状图之基本配置——万能模板案例
查看更多 >
安全
1064 人关注 | 23300 讨论 | 56974 内容
+ 订阅
  • 阿里云在 2021 年 Gartner® 解决方案记分卡中获得 IaaS+PaaS 能力认可
  • 如何在Xampp中安装PHP GD(GD Graphics Library)
  • 如何保障移动终端安全?一文详解源自支付宝的全链路安全防护建设
查看更多 >
数据库
249452 人关注 | 44794 讨论 | 63743 内容
+ 订阅
  • ③MySQL的函数——聚合函数、数学函数、字符串函数、日期函数
  • ②MySQL的函数——聚合函数、数学函数、字符串函数、日期函数
  • ①MySQL的函数——聚合函数、数学函数、字符串函数、日期函数
查看更多 >
云原生
230419 人关注 | 9849 讨论 | 30235 内容
+ 订阅
  • 程序内存分区
  • 阿里云在 2021 年 Gartner® 解决方案记分卡中获得 IaaS+PaaS 能力认可
  • 体验PolarDB-X与Flink搭建实时数据大屏
查看更多 >
大数据
184650 人关注 | 23314 讨论 | 57762 内容
+ 订阅
  • matplotlib绘制折线图之基本配置——万能模板案例
  • matplotlib的基本图表配置之plot的使用(一)
  • 薅羊毛了!阿里云服务器8核16G限时免费领,最高净省891元。
查看更多 >