1. Step1 下载并安装Oracle Express Edition 安装过程中需要设置system用户的密码 Step2 创建DB user (windows 环境下) Start -> Programs(或者All Programs) -> Oracle Database 11g express Edition -> Run SQL Command Line system用户连接数据库 SQL> connect Enter U ...

    阅读全文
  2. https://www.djangoproject.com/ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on ...

    阅读全文
  3.  通过关闭一些不必要的功能来实现优化。 方法就是设置disable_functions 比如关闭以下功能: disable_functions=exec, system, passthru,error_log,ini_alter,dl,openlog,syslog, readlink,symlink,link,leak,fsockopen,proc_open, popepassthru,chroot,scandir, chgrp,chown, escapeshellcmd, es ...

    阅读全文
  4. Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this libr ...

    阅读全文
  5. 方法一:reboot 方法二: shutdown -r now ...

    阅读全文
  6. 这里是lucida列出的程序员必读书单以供参考。 该文把程序员所需掌握的关键知识总结为三大类19个关键概念,然后给出了掌握每个关键概念所需的入门书籍,必读书籍,以及延伸阅读。旨在成为最好最全面的程序员必读书单。 由于文章较长,本文仅将文中的提到的书籍封面摘录并整理下来以供快速浏览。 程序设计 《编码》    2. 编程语言 C语言    C++    Java C ...

    阅读全文
  7. 随着web应用的流行,人们越来越关心网络安全。学习网络安全,我们必须找到组织(The Open Web Application Security Project (OWASP))。 本文是学习XSS中收集并整理的资料,不断更新中。 什么是XSS? XSS是Cross Site Script的简写,即常说的跨站脚本攻击。 XSS攻击场景 使用 XSS盗取Cookie 使用XSS创建覆盖 使用XSS产生HTTP请求 以交互方式尝试基于DOM的XSS 绕过 ...

    阅读全文
  8. 本文源于http://blog.csdn.net/nitghost/article/details/3969048 仅根据自己的阅读习惯修改并收藏以供后期学习。 简介:     本文力图简单明了地叙述单用户模式的进入和使用,有关基本的操作命令和用途,和常用的应用工具。并且简单叙述NetInfo和dslocl的多用户管理架构,同时涉及OS X 10.4 Tiger系统和10.5 Leopard系统之间在多用户模式里管理用户的不同,在单用户模式下如何管理多用户模式用户的账 ...

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

    阅读全文
  10. jQuery.extend = jQuery.fn.extend = function() { var src, copyIsArray, copy, name, options, clone, target = arguments[0] || {}, i = 1, length = arguments.length, deep = false; // Handle a deep copy situation if ( typeof target == ...

    阅读全文
  11. 安装VJET时遇到的问题。 Eclipse版本: 通过Eclipse Marketplace安装VJET时遇到的错误: Cannot complete the install because one or more required items could not be found. Software being installed: Eclipse VJET JavaScript IDE (Incubation) 0.10.0.201303191704 (o ...

    阅读全文
  12. Linux下如何创建用户? 初步接触linux时要学会用户账号的添加、删除与修改、用户口令的管理、用户组的管理方法,这里列出来供大家参考使用吧。 user的create, delete, modify对应的命令就是useradd, userdel, usermod useradd 选项 用户名 选项 -c comment 指定一段注释性描述。 -d 目录 指定用户主目录,如果此目录不存在,则同时使用-m选项,可以创建主目录。 -g 用户组 指定用户所属的用户组。 ...

    阅读全文
  13. 65970

    简介 JAF,即为JavaBeans Activation Framework的缩写。 Mail API 的所有版本都需要 JavaBeans Activation Framework 来支持任意数据块的输入及相应处理。功能似乎不多,但目前许多浏览器和邮件工具中都能找到这种基本的 MIME 型支持。activation.jar 文件就是JAF的框架jar包。 JAF是一个专用的数据处理框架,它用于封装数据,并为应用程序提供访问和操作数据的接口。JAF的主要作用在于让java应用程序知道 ...

    阅读全文
  14. 本文仅记录了初次使用sonarqube的感受,如已熟悉请绕道或帮助更正错误解读。 上文已经简单了解了什么是sonarqube,现在来体验一下这个web app。官方提供了一个demo在线版本。传送门在此:https://nemo.sonarqube.org/  首页:这是一个SPA应用程序,顶部是主菜单,中间是主要内容,底部会有些最近打开的文件记录(术语是什么:?)。 主菜单有: 1) DashBoards 2) Issues 3) Measures ...

    阅读全文
  15. Spring中Configuration的使用和理解,转载这篇文章写的挺清晰的文章 https://my.oschina.net/wuweixiang/blog/1837294   从Spring3.0,@Configuration用于定义配置类,可替换xml配置文件,被注解的类内部包含有一个或多个被@Bean注解的方法,这些方法将会被AnnotationConfigApplicationContext或AnnotationConfigWebApplication ...

    阅读全文
  16. 这篇是阿里云的产品思维导图。可以看出对比AWS和Azure它的分类层级更深一层更细化一些,产品总类也更多些。 先看一下两层机构,再一层层展开。 阿里云产品分为9大类,比腾讯云多分两大类,比Azure和AWS少分8大类。 各大类展开:                                   ...

    阅读全文
  17.     Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn     ...

    阅读全文
  18. mysql的err日志中的信息中有一堆类似warning 2017-04-04 16:55:05 2082 [Warning] IP address '117.44.24.236' could not be resolved: Name or service not known 2017-04-04 18:30:30 2082 [Warning] IP address '111.121.193.254' could not be resolved: N ...

    阅读全文
  19. 久仰已久的spring居然在职业生涯15年后才开始接触,之前都是公司自己的框架结构。是时候学习新的东西了。 新的知识需要慢慢啃,先来点开胃汤,overview一下Spring组成和大体架构。 以下为自学内容,如有不对,再修正。 Spring Overview 从功能上来分,Spring 官网将其分为三部分, 各有侧重: Spring Boot:侧重build anything.   (Spring Boot is designed to ...

    阅读全文
  20. 95920

    SPL - Standard PHP Library 标准PHP类库 spl_ 标准PHP类库的函数 ob_  output buffering 函数系列, 参考Output Control Functions ...

    阅读全文