码迷,mamicode.com
首页 >  
搜索关键字:oar    ( 1528个结果
Angular Module 共享模块使用 父模块使用多个子模块
Component.module.ts import {BrowserModule} from '@angular/platform-browser'; import {LocationStrategy, HashLocationStrategy} from '@angular/common'; i ...
分类:其他好文   时间:2019-05-26 00:29:05    阅读次数:560
C#操作高低位
1.int32占4个字节 2.int16占2个字节: 3.十六进制(byte[])转int类型 ...
分类:Windows程序   时间:2019-05-25 17:02:04    阅读次数:160
centos7 搭建zabbix3.4
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
2018 ICPC青岛网络赛 B. Red Black Tree(倍增lca)
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
IDEA常见设置
创建包和类 1. 展开创建的工程,在源代码目录 src 上,鼠标右键,选择 new->package ,键入包名 com.itheima.demo ,点击确定。 右键点击 com.itheima.demo ,选择 Show in Explorer ,会发现创建包的目录结构。 2. 在创建好的包上,鼠 ...
分类:其他好文   时间:2019-05-17 19:35:08    阅读次数:178
宝塔面板+Fikker+BBR算法+CloudXNS---搭建一个简易的全球CDN缓存节点给网站加速
请支持正版地址:https://blog.51cto.com/zpf666
分类:编程语言   时间:2019-05-16 09:21:29    阅读次数:203
Vxlan L3
拓扑图: 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
OJ建成计划1:权限控制类的设计
花了一个下午+晚上来写权限控制类,删改了很多次(感谢V站大哥们的提议),目前个人感觉挺满意的,主要是以下几点花了点工夫 1.设计模式上的应用,factory+observer+strategy(反射实现),不过factory没写什么特别的,就加多个缓存 2.权限设计的随意,对于添加标签,外部只需给出 ...
分类:其他好文   时间:2019-05-12 10:49:09    阅读次数:108
java的简单网络爬虫(爬取花瓣网的图片)
因为本人对爬虫比较感兴趣,加上之前也写过一些简单的python爬虫,所以在学完java基础后写了一个简单的网络图片爬虫。废话不多说直接上过程代码。(爬取的图源来自花瓣网:https://huaban.com/boards/favorite/beauty/) 源url页面分析 拿到爬取的源url,首先 ...
分类:编程语言   时间:2019-05-07 16:51:36    阅读次数:381
1528条   上一页 1 ... 45 46 47 48 49 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!