第三次随笔--安装虚拟机及学习linux系统初体验 ·学习基于VirtualBox虚拟机安装Ubuntu图文教程在自己笔记本上安装Linux操作系统 首先按照老师的提示步骤进行VirtualBox虚拟机的安装,安装过程可谓一帆风顺,一马平川,并没有遇到什么问题。 ·成功安装之后打开虚拟机 对就是这个 ...
分类:
系统相关 时间:
2017-01-25 14:20:06
阅读次数:
245
原题链接在这里:https://leetcode.com/problems/valid-word-square/ 题目: Given a sequence of words, check whether it forms a valid word square. A sequence of word ...
分类:
其他好文 时间:
2017-01-25 08:29:27
阅读次数:
248
原因: 1. openssl 版本过低 解决方法:进行升级 yum update openssl 2.ssl_ciphers 配置有问题 解决方法:修改为 ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:AES256+EDH'; 3. 本身 ...
分类:
Web程序 时间:
2017-01-24 22:45:28
阅读次数:
274
怎样使用java编程语言开发一个小型的信息管理系统,首先我们要知道用什么样的方法来开发这一系统。 1、java简单基础知识: (1)Java的三种技术架构: 1)JAVAEE:Java Platform Enterprise Edition,开发企业环境下的应用程序,主要针对web程序开发; 2)J ...
分类:
编程语言 时间:
2017-01-24 12:27:39
阅读次数:
187
Flex 布局教程:实例篇 作者: 阮一峰 日期: 2015年7月14日 作者: 阮一峰 日期: 2015年7月14日 上一篇文章介绍了Flex布局的语法,今天介绍常见布局的Flex写法。 你会看到,不管是什么布局,Flex往往都可以几行命令搞定。 我只列出代码,详细的语法解释请查阅《Flex布局教 ...
分类:
其他好文 时间:
2017-01-24 09:59:10
阅读次数:
7157
Every Flash or Flex developer who has had to access remote resources has come across a crossdomain.xml policy file at some point. This article takes a ...
分类:
其他好文 时间:
2017-01-23 23:00:47
阅读次数:
378
<!DOCTYPE html><html><head><script src="https://code.jquery.com/jquery-2.2.0.min.js"></script><meta charset="UTF-8"><title>Insert title here</title></ ...
分类:
Web程序 时间:
2017-01-23 16:40:59
阅读次数:
457
基准测试工具可以用来对数据库或者操作系统调优后的性能进行对比。MySQL数据库本身提供了一些比较优秀的工具,这里介绍另外两款更优秀、更常用的工具:sysbench和mysql-tpcc。 sysbench sysbench是一个模块化的、跨平台的、多线程基准测试工具,主要用于测试各种不同系统参数下的 ...
分类:
其他好文 时间:
2017-01-23 16:37:51
阅读次数:
511
查看特性firewall-cmd --list-all 查看firewall服务状态systemctl status firewalld firewall-cmd --state 开启端口 firewall-cmd --zone=public --add-port=80/tcp --permanen ...
分类:
其他好文 时间:
2017-01-22 20:16:54
阅读次数:
190
Introduction The /etc/sudoers file controls who can run what commands as what users on what machines and can also control special things such as wheth ...
分类:
其他好文 时间:
2017-01-22 19:19:16
阅读次数:
174