1. 网上有些不错的web color配色资源。这里收集一个以供参考。 http://tool.c7sky.com/webcolor/ ...

    阅读全文
  2. 转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html   配置 app.json文件用来对微信小程序进行全局配置,决定页面文件的路径、窗口表现、设置网络超时时间、设置多 tab 等。 以下是一个包含了所有配置选项的 app.json : { "pages": [ "pages/index/ind ...

    阅读全文
  3.   web.xml配置 <servlet> <servlet-name>springmvc</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> </servlet> <servlet-mapping> ...

    阅读全文
  4. Word order 英语中的正常语序为: 主语 + 谓语动词 + 宾语 + 地点状语 + 时间状语 在疑问句中,语序一般为: (疑问词 +)助动词 + 主语 + 行为动词 + 宾语 + 地点状语 + 时间状语 例如: I like ice-cream. (我喜欢冰淇淋。) What do you like to do after work? (你下班以后想去干什么?) 与 perhaps 和 probably 相关的语序 与 too 和 enoug ...

    阅读全文
  5. 官方文档<<The AspectJTM Programming Guide>>:  https://www.eclipse.org/aspectj/doc/released/progguide/index.html   简介: AspectJ 通过将联接点(join points)的概念叠加到现有的 Java 语义上,并将一些新的程序元素添加到 Java,从而扩展了 Java: 连接点(join points)是程序执行中定义的 ...

    阅读全文
  6. #1.下载jdk(jdk1.8) wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.tar.gz #2.安装jdk echo "正在创建/usr/ ...

    阅读全文
  7. 转载一篇看到解释的最简单易懂,以及实战例子最多的awk教程,非常不错。 http://coolshell.cn/articles/9070.html   有一些网友看了前两天的《Linux下应该知道的技巧》希望我能教教他们用awk和sed,所以,出现了这篇文章。我估计这些80后的年轻朋友可能对awk/sed这类上古神器有点陌生了,所以需要我这个老家伙来炒炒冷饭。况且,AWK是贝尔实验室1977年搞出来的文本出现神器,今年是蛇年,是AWK的本命年,而且年纪和我相仿,所以 ...

    阅读全文
  8. Linux常用命令 rm -rf foldername grep “searchStr” folder grep “searchStr” file grep -i “searchStr” file //case-insensitive grep -v “searchStr” file //print lines not including the “searc ...

    阅读全文
  9. linux上远程桌面VNC安装和配置 先列出参考文档,有空再来整理下。 http://54im.com/linux/linux-vnc-install.html https://wiki.centos.org/HowTos/VNC-Server https://wenku.baidu.com/view/48a261330b4c2e3f572763c6.html VNC安装 大多数Linux发行版默认安装都包含了VNC服务器和客户端,用户无须另外安装。 ...

    阅读全文
  10. 了解Envato2017-07-28

    Envato是一个成立于2006年的网站,最初是在澳大利亚发展,现在已经发展到全球。它是自由职业者创建的著名公司,旗下网站的alexa排名都在5000以内,有些甚至迈进1000以内。Collis Ta'eed是Envato网站创始人,他是在大学接触并且喜欢上PHOTOSHOP,之后一发不可收拾。后来创建了目前最有影响力的Envato创意社区网站。 Envato在素材方面,应该可以算是业界的老大,旗下的十来个站点,各司其职、分工有序:activeden:专于Flash和3D素材方面; ...

    阅读全文
  11. Inline-block是否可以代替float? inline-block是display的属性值,float是属性表示浮动。所以本身是有区别的,但是在某些场景下inline-block来编排layout有更好的编写效率。而不需要如float一样去clear浮动。 在排列一系列相同功能块展示(display)布局时以前常用float这些功能块来实现自动排列展示,最后在clear浮动来确保父块的高度。使用float一般都能工作,不过不得不承认,它们用起来有时候没那么简单。不过现在用in ...

    阅读全文
  12.         ...

    阅读全文
  13. 本文收集一些图像图形类的一些大牛信息。网站,应用等。 1. primitives的作者 https://www.michaelfogleman.com/ 研究的方向有下面的内容:Table of Contents 3D Packing AllRGB AxiDraw Craft DCPU-16 FauxGL Feed Notifier Fireflies Future Blocks Game Frame ...

    阅读全文
  14. by Bas Dijkstra  转自 https://learn.techbeacon.com/units/how-set-continuous-testing-framework-using-selenium-maven-jenkins Last time I talked about the key components of a test automation framework. Now I'm going to provide a st ...

    阅读全文
  15. Operating as a community of like-minded professionals, OWASP issues software tools and knowledge-based documentation on application security. Everyone is free to participate in OWASP and all of our materials are available under a free an ...

    阅读全文
  16.  官方文档: https://docs.oracle.com/javaee/7/api/javax/persistence/ManyToMany.html     参考文档: What is An Association? : https://docs.oracle.com/cd/A97336_01/buslog.102/bc4j/developing_bc_projects/bc_awhatisanassoc.ht ...

    阅读全文
  17. nginx(读着: engine x)   1) nginx的官网文档《Beginer's Guide》  这个指南大体讲了三个常用配置的例子:serving static content, setting up a simple proxy server; setting up fastCGI proxy server。 首先如何启动和停止nginx. To start nginx, run the executable ...

    阅读全文
  18. 46990

    set,env和export这三个命令都可以用来显示shell变量,其区别? set 用来显示本地变量,显示当前shell的变量,包括当前用户的变量 env 用来显示环境变量,显示当前用户的变量 export 用来显示和设置环境变量,显示当前导出成用户变量的shell变量   每个shell有自己特有的变量(set)显示的变量,这个和用户变量是不同的,当前用户变量和你用什么shell无关,不管你用什么shell都在,比如HOME,SHELL等这些变量,但shell自己 ...

    阅读全文
  19. 53290

    QQAuth2.0集成成功首帖 测试   本文是使用qq用户登录后发表的测试文章。 ...

    阅读全文
  20. localhost:~root$ rsync --help rsync version 2.6.9 protocol version 29 Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others. <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchf ...

    阅读全文