Component.module.ts import {BrowserModule} from '@angular/platform-browser'; import {LocationStrategy, HashLocationStrategy} from '@angular/common'; i ...
分类:
其他好文 时间:
2019-05-26 00:29:05
阅读次数:
560
1.int32占4个字节 2.int16占2个字节: 3.十六进制(byte[])转int类型 ...
setenforce 0 临时关闭selinux systemctl stop firewalld.service 临时关闭防火墙 rm -f /var/run/yum.pid 干掉yum进程,yum则可继续使用 yum -y install httpd 安装apache 服务 systemctl ...
分类:
其他好文 时间:
2019-05-22 15:32:45
阅读次数:
95
BaoBao has just found a rooted tree with n vertices and (n-1) weighted edges in his backyard. Among the vertices, m of them are red, while the others ...
分类:
其他好文 时间:
2019-05-21 00:12:38
阅读次数:
130
创建包和类 1. 展开创建的工程,在源代码目录 src 上,鼠标右键,选择 new->package ,键入包名 com.itheima.demo ,点击确定。 右键点击 com.itheima.demo ,选择 Show in Explorer ,会发现创建包的目录结构。 2. 在创建好的包上,鼠 ...
分类:
其他好文 时间:
2019-05-17 19:35:08
阅读次数:
178
请支持正版地址:https://blog.51cto.com/zpf666
分类:
编程语言 时间:
2019-05-16 09:21:29
阅读次数:
203
拓扑图: CE1 1 <CE1>display current-configuration 2 !Software Version V800R013C00SPC560B560 3 !Last configuration was updated at 2019-05-12 13:26:46+00:00 ...
分类:
其他好文 时间:
2019-05-12 15:44:00
阅读次数:
172
五子棋、连连看、俄罗斯方块、扫雷等常见小游戏,都可以通过二维数组实现。 棋盘落子效果图: 源码: ...
分类:
编程语言 时间:
2019-05-12 15:24:26
阅读次数:
260
花了一个下午+晚上来写权限控制类,删改了很多次(感谢V站大哥们的提议),目前个人感觉挺满意的,主要是以下几点花了点工夫 1.设计模式上的应用,factory+observer+strategy(反射实现),不过factory没写什么特别的,就加多个缓存 2.权限设计的随意,对于添加标签,外部只需给出 ...
分类:
其他好文 时间:
2019-05-12 10:49:09
阅读次数:
108
因为本人对爬虫比较感兴趣,加上之前也写过一些简单的python爬虫,所以在学完java基础后写了一个简单的网络图片爬虫。废话不多说直接上过程代码。(爬取的图源来自花瓣网:https://huaban.com/boards/favorite/beauty/) 源url页面分析 拿到爬取的源url,首先 ...
分类:
编程语言 时间:
2019-05-07 16:51:36
阅读次数:
381