码迷,mamicode.com
首页 >  
搜索关键字:ast    ( 9155个结果
东西南北中布局
package cn.rushangw.lesson01;import java.awt.*;public class TestBorderLayout { public static void main(String[] args) { Frame frame = new Frame("TestB ...
分类:其他好文   时间:2021-05-24 13:01:24    阅读次数:0
nginx 配置html后缀当php解析
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:Web程序   时间:2021-05-24 09:26:26    阅读次数:0
Vue使用websocket进行心跳连接
Vue页面template <template> <div> <canvas style="width: 80%!important;height: auto!important;" id="canvas"></canvas> <br/>{{charId}} </div> </template> V ...
分类:Web程序   时间:2021-05-24 09:24:28    阅读次数:0
利用Xtrabackup工具在线部署MySQL 8.0主从复制
1.基本信息:主库:master主机IP:10.16.2.17master主机名:mvxl0782binlog目录:/data/mysql/logs数据文件目录:/data/mysql/data版本:8.0.22 从库:master主机IP:10.16.2.18master主机名:mvxl0783b ...
分类:数据库   时间:2021-05-24 08:10:16    阅读次数:0
Git更新远程分支列表
git remote update origin --prune,要注意下,如果你的remote branch不是在origin下,按你得把origin换成你的名字 $ git remote update origin --prune Fetching origin remote: Counting ...
分类:其他好文   时间:2021-05-24 06:30:31    阅读次数:0
Ten Lessons from GitHub’s First Year(转发)
原文: https://tom.preston-werner.com/2011/03/29/ten-lessons-from-githubs-first-year.html Start Early When Chris and I started working on GitHub in late ...
分类:其他好文   时间:2021-05-24 05:42:57    阅读次数:0
【AT4133】[ARC097D] Monochrome Cat(换根DP)
给定一棵$n$个点的树,每个点有一个颜色(黑或白)。你可以任选一个点出发,能执行两种操作:走到一个相邻点并翻转其颜色;翻转当前点颜色。求使得所有节点颜色为黑的最少操作次数。 ...
分类:其他好文   时间:2021-05-24 04:12:00    阅读次数:0
Master in Burp Suite - Tools Introductions(1)
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:其他好文   时间:2021-05-24 03:33:58    阅读次数:0
好的github链接
1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:其他好文   时间:2021-05-24 01:55:28    阅读次数:0
POJ 1005 - I Think I Need a Houseboat
POJ 1005 - I Think I Need a Houseboat Description Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process o ...
分类:其他好文   时间:2021-05-24 00:42:36    阅读次数:0
9155条   上一页 1 ... 6 7 8 9 10 ... 916 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!