码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
Understand Spring Security Architecture and implement Spring Boot Security
In this tutorial we will be looking at how Spring Security works and its architecture. We will be creating a Spring Boot Project to expose two REST AP ...
分类:编程语言   时间:2020-07-20 20:32:59    阅读次数:72
Python格式化字符串(f,F,format,%)
# 格式化字符串: 在字符串前加上 f 或者 F 使用 {变量名} 的形式来使用变量名的值 year = 2020 event = 'Referendum' value = f'Results of the {year} {event}' print(f'Results of the {year} ...
分类:编程语言   时间:2020-07-19 00:35:57    阅读次数:139
agc041_d Problem Scores
agc041_d Problem Scores https://atcoder.jp/contests/agc041/tasks/agc041_d Tutorial https://img.atcoder.jp/agc041/editorial.pdf 由于$A_i \le A_{i+1}$,所以设 ...
分类:其他好文   时间:2020-07-18 22:13:51    阅读次数:61
Rabbitmq的使用四_Java Client方式使用Topic模式
Rabbitmq的使用四_Java Client方式使用Topic模式 1.官方文档地址:https://www.rabbitmq.com/tutorials/tutorial-five-java.html 2.定义:topic和direct类似,也是将消息发送到RoutingKey和Binding ...
分类:编程语言   时间:2020-07-18 20:00:00    阅读次数:93
agc041_c Duomino Quality
agc041_c Duomino Quality https://atcoder.jp/contests/agc041/tasks/agc041_c Tutorial https://img.atcoder.jp/agc041/editorial.pdf 称每行每列的quality为$Q$的大小为$ ...
分类:其他好文   时间:2020-07-17 22:08:24    阅读次数:81
arc096_f Sweet Alchemy
arc096_f Sweet Alchemy https://atcoder.jp/contests/arc096/tasks/arc096_d Tutorial 这是一个树的结构,可以差分一下,令$c'i=c_i-c$,特别的$c'_1=c_1$,那么限制变为了$\forall i \in [2, ...
分类:其他好文   时间:2020-07-15 23:07:29    阅读次数:64
百度网盘提速
看到一个帖子分享新的百度网盘下载工具 此方法我也不是很清楚原理 设置起来比较麻烦 但是还是值得保存一下的 一共是两种方法,推荐网页版比较简单 提前点击生成一个输入法的文件夹,然后打开网页,登陆网盘账号,下载即可。 BaiduPCS-Go: GitHub 下载 BaiduPCS-Go-Web: Git ...
分类:其他好文   时间:2020-07-12 19:01:03    阅读次数:137
AJAX
AJAX = Asynchronous JavaScript and XML(异步的 JavaScript 和 XML)。 AJAX 不是新的编程语言,而是一种使用现有标准的新方法。 AJAX 最大的优点是在不重新加载整个页面的情况下,可以与服务器交换数据并更新部分网页内容。 AJAX 不需要任何浏 ...
分类:Web程序   时间:2020-07-11 12:32:19    阅读次数:79
agc025_d Choosing Points
agc025_d Choosing Points https://atcoder.jp/contests/agc025/tasks/agc025_d Tutorial https://img.atcoder.jp/agc025/editorial.pdf 我们要解决的问题实际上是 有两个大小为$V$ ...
分类:其他好文   时间:2020-07-10 15:36:35    阅读次数:66
git之撤销修改
今天更改一个文件时,远程仓库更改了文件,但是已经对文件做了修改,所以不是git pull下来,无奈只好撤销修改,但是不知道怎么撤销,查看了廖雪峰的教程 https://wiki.jikexueyuan.com/project/git-tutorial/undo-modify.html 命令git c ...
分类:其他好文   时间:2020-07-10 15:13:08    阅读次数:60
3034条   上一页 1 ... 4 5 6 7 8 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!