package suxueyuanli; import java.util.Scanner; public class Lcm { public static void main(String[] args) { System.out.println("请输入两个正整数:"); @SuppressW ...
分类:
编程语言 时间:
2020-10-05 21:23:51
阅读次数:
42
1新建项目 想要全屏显示并适应所有尺寸的iPad和iphone 需要用750*1624 2X 和 1125 * 2436 3X大小的图片 这里做完就可以导出文件了 把文件和图片放到一起 见下图 命名规范 dc_launchscreen_background@2x dc_launchscreen_ba ...
分类:
移动开发 时间:
2020-09-24 22:00:01
阅读次数:
163
MAN Diagnostic Tool MAN CAT T200 is a new arrival device , let’s see what’s the tool is . MAN-cats T200 is an external diagnosis system with the most ...
分类:
其他好文 时间:
2020-09-24 21:44:57
阅读次数:
39
MAN Diagnostic Tool MAN CAT T200 is a new arrival device , let’s see what’s the tool is . MAN-cats T200 is an external diagnosis system with the most ...
分类:
其他好文 时间:
2020-09-24 21:41:47
阅读次数:
36
https://man7.org/linux/man-pages/man1/strace.1.html 名称解析: strace - trace system calls and signals[跟踪系统调用和信号] 概要 strace [-ACdffhikqqrtttTvVwxxyyzZ] [-I ...
分类:
其他好文 时间:
2020-09-24 21:08:59
阅读次数:
52
操作符里的类型转换 隐式类型转换 不丢失精度的转换 子类向父类的转换 装箱 using system; namespace Conversion_Example { class Program { static void Main(string[] args) { Teacher t = new T ...
一、消息的事务性 1、生产者 01、生产者不开启事务 不开启事务的生产代码: public class JmsQueueProducer { public static final String BROKER_URL = "tcp://192.168.229.129:61616"; public s ...
分类:
其他好文 时间:
2020-09-24 00:03:28
阅读次数:
36
1.EventSystem(转自:https://blog.csdn.net/ecidevilin/article/details/52503595) BaseInputModule是一个抽象类,PointerInputModule继承自它,同样也是抽象类,而StandaloneInputModul ...
分类:
其他好文 时间:
2020-09-23 23:48:12
阅读次数:
23
提权 令牌窃取:窃取system用户的权限,注入system权限的进程 #msf自带模块窃取 #烂土豆及升级版 #相关操作命令 use incognito //枚举有哪些用户的进程,一般有用户和system用户 list_tokens -u execute -cH -f ./rottenpotato ...
分类:
其他好文 时间:
2020-09-23 23:19:17
阅读次数:
62