码迷,mamicode.com
首页 >  
搜索关键字:anti    ( 947个结果
Liunx常用操作(一)-BASH SHELL删除命令
在linux命令行模式下,如何一次性快速删除一行刚刚输入的命令? 经常在命令行输入命令的时候,一段文字都需要删除,一个字段一个字段,比较耗费时间 以下提供一些命令,配合在一起操作,可以一定程度提高工作效率 如果你的linux用的是BASH SHELL话,可以参考如下快捷键:Ctrl+b 或左箭头键 ...
分类:系统相关   时间:2020-04-23 22:55:50    阅读次数:363
Stack & Queue
232. Implement Queue using Stacks FILO to FIFO MyQueue queue = new MyQueue(); queue.push(1); queue.push(2); queue.peek(); // returns 1 queue.pop(); // ...
分类:其他好文   时间:2020-04-23 20:53:26    阅读次数:56
flex实战之移动页面确定按钮置底布局
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:移动开发   时间:2020-04-23 11:58:03    阅读次数:133
codeforces #634(div3) A-E题解
"A. Candies and Two Sisters" + 将糖果分为a,b两份,且a t; while(t ){ cin n; cout t; while(t ){ cin n a b; for(int i = 0; i book; int main(void){ ios::sync_with_ ...
分类:其他好文   时间:2020-04-22 13:42:51    阅读次数:85
本地eureka注册中心注册和删除,更新
pom依赖如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc ...
分类:其他好文   时间:2020-04-19 12:59:14    阅读次数:46
[LC] 545. Boundary of Binary Tree
Given a binary tree, return the values of its boundary in anti-clockwise direction starting from root. Boundary includes left boundary, leaves, and ri ...
分类:其他好文   时间:2020-04-15 21:10:31    阅读次数:65
ASP.Net MVC利用NPOI导入导出Excel
因近期项目遇到所以记录一下: 1、导出Excel 首先引用NPOI包 (NPOI自行搜索下载) (Action一定要用FileResult) 1 [Localization] 2 /// <summary> 3 /// 导出Table的数据 4 /// </summary> 5 /// <retur ...
分类:Web程序   时间:2020-04-15 16:31:40    阅读次数:81
微信小程序 生成二维码
效果如下图 需要用到weapp-qrcode.js,下载https://blog-static.cnblogs.com/files/-tiantian/weapp-qrcode.js,点开链接按 ctrl + s 保存到相应的位置 index.wxml中的代码: <view id="containe ...
分类:微信   时间:2020-04-14 17:16:06    阅读次数:98
Codeforces Round #634 D. Anti-Sudoku(构造/水)
题目描述 You are given a correct solution of the sudoku puzzle. If you don't know what is the sudoku, you can read about it here. The picture showing the ...
分类:其他好文   时间:2020-04-14 12:24:00    阅读次数:126
新装的mantis做个备份放到docker hub
dockercommit-p407066a834d2mantis_jackwalliamdockerlogindockertagmantis_jackwalliamikbr5kh/mantis_jackwalliam:mantis_jackwalliamdockerpushikbr5kh/mantis_jackwalliam:mantis_jackwalliam以上部署脚本没包含数据库部分,只能用
分类:其他好文   时间:2020-04-13 12:38:10    阅读次数:94
947条   上一页 1 ... 8 9 10 11 12 ... 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!