码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
Cmake实践(Cmake Practice)第一部分
参考资料地址:https://github.com/Akagi201/learning-cmake/blob/master/docs/cmake-practice.pdf 一、初识cmake 1. Cmake特点 开放源代码 跨平台 能够管理大型项目 简化编译构建和编译过程(常用流程:cmake + ...
分类:其他好文   时间:2019-04-29 15:52:18    阅读次数:150
go语言视频教程和电子书下载
golang视频教程: https://noxue.com/p/399809259943301 go语言 pdf电子书: Design Pattern In Go[go语言设计模式].pdf Go Programming Blueprints - Mat Ryer - 2015 (1).pdf Go ...
分类:编程语言   时间:2019-04-27 22:50:01    阅读次数:563
如何在云服务器创建maven私有仓库
参考链接:https://blog.csdn.net/silence_jjj/article/details/77531916 nexus3创建maven私有仓库(windows) 1.官网:https://www.sonatype.com/download-oss-sonatype 2、解压nex ...
分类:其他好文   时间:2019-04-27 13:05:25    阅读次数:312
使用AtomicLong,经典银行账户问题
1.新建Account类,使用AtomicLong定义账户余额,增加和减少金额方法使用getAndAdd方法。 2.Bank和Company类与https://www.cnblogs.com/xkzhangsanx/p/10759690.html一致。 3.测试类 4.测试结果 参考:java7并发 ...
分类:其他好文   时间:2019-04-26 22:39:28    阅读次数:299
Kafka connect in practice(2): distributed mode mysql binlog ->kafka->hive
In the previous post Kafka connect in practice(1): standalone, I have introduced about the basics of kafka connect configuration and demonstrate a loc ...
分类:数据库   时间:2019-04-24 19:40:25    阅读次数:197
DDctf 新得
滴这道题当时做的时候只做到了看到index.php的源码 当时给了一个博客的提示猜到是swp的那个 但是没有想到是里面的 文件就没有做了,然后在看了wp过后就明白了 访问博客我文章里面的文章里面的practice.txt.swp 或者用php流来读都可以 php流读文件:php://filter/r ...
分类:其他好文   时间:2019-04-19 16:19:33    阅读次数:213
1002 A+B for Polynomials (PAT (Advanced Level) Practice)
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:其他好文   时间:2019-04-18 22:13:04    阅读次数:161
OpenJudge-bailian 3454 秦腾与教学评估
http://bailian.openjudge.cn/practice/3454?lang=en_US 题目 在秦腾进入北京大学学习的第一个学期,就不幸遇到了前所未有的教学评估。在教学评估期间,同学们被要求八点起床,十一点回宿舍睡觉,不准旷课,上课不准迟到,上课不准睡觉……甚至连著名的北大三角地也 ...
分类:其他好文   时间:2019-04-17 22:10:22    阅读次数:168
汽车电子软件规范学习
https://en.wikipedia.org/wiki/ISO_26262#Automotive_Safety_Integrity_Level_(ASIL) https://en.wikipedia.org/wiki/Automotive_Safety_Integrity_Level https ...
分类:其他好文   时间:2019-04-15 00:40:20    阅读次数:244
[程序员代码面试指南]数组和矩阵问题-找到无序数组中最小的k个数(堆排序)
题目链接 https://www.nowcoder.com/practice/6a296eb82cf844ca8539b57c23e6e9bf?tpId=13&tqId=11182&tPage=2&rp=2&ru=/ta/coding interviews&qru=/ta/coding interv ...
分类:编程语言   时间:2019-04-10 00:38:37    阅读次数:207
1575条   上一页 1 ... 24 25 26 27 28 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!