码迷,mamicode.com
首页 >  
搜索关键字:add    ( 36740个结果
19、案例
案例 public class MethodDemo11 { public static void main(String[] args) { judge(); } //加法 public static double add(double x,double y) { return x + y; } ...
分类:其他好文   时间:2021-06-28 18:50:17    阅读次数:0
「SOL」序列计数sequence (模拟赛)
『主要内容:猫树分治 / 序列自动机 / DP / 矩阵加速 / 矩阵求逆』 ...
分类:其他好文   时间:2021-06-28 17:59:34    阅读次数:0
wpf虚线画刷
//虚线 DoubleCollection dc = new DoubleCollection(); dc.Add(2); DashStyle dashstyle = new DashStyle(); dashstyle.Dashes = dc; Pen renderPen = new Pen(ne ...
分类:Windows程序   时间:2021-06-28 17:43:24    阅读次数:0
公告栏的跑马灯效果
废话不多说先来上张图给大家看一下 中间的字母vvvvvvv在公告栏中一直滚动播出 (1)先看看页面的结构代码,喇叭图片用的是svg格式的 <div class="remind-block iss-shadow"> <div class="marquee-left"> <span> <svg clas ...
分类:其他好文   时间:2021-06-28 17:42:35    阅读次数:0
1.Linux开篇入门
(一)OS的接口有两类: GUI:Graphic User Interface (图形化界面接口) CLI:Command Line Interface(文本式接口) (二)API 及 ABI 1. API:Application Program Interface 程序员面对的编程接口 2.ABI ...
分类:系统相关   时间:2021-06-28 17:38:15    阅读次数:0
win10家庭版-组策略开启 && 远程桌面“引用账户当前已锁定,且可能无法登录”
1.Win10家庭版找不到gpedit.msc组策略。 Win10家庭版中组策略的开启方法: > 来自[百度经验:Win10家庭版如何启用本地组策略](https://jingyan.baidu.com/article/a378c960e7f7e5b32828303e.html) 1.1 新建cmd ...
分类:Windows程序   时间:2021-06-25 17:16:52    阅读次数:0
BigInteger常用方法
BigInteger: 对大整数类进行操作,超过long能存储的范围 BigDecimal:对高精度小数进行操作 BigInteger bg = new BigInteger("0"); 初始化 并赋值为0 BigInteger类只能与BigInteger类 进行操作 常用方法: bg.add( ) ...
分类:其他好文   时间:2021-06-25 17:05:29    阅读次数:0
uni-app调用微信收货地址的原生界面,并返回用户填写的地址信息到上一个页面
// 获取用户收货地址。调起用户编辑收货地址原生界面,并在编辑完成后返回用户选择的地址 chooseAddr(){ const that = this uni.chooseAddress({ success(res){ that.inputData.ToAddress = res.provinceN ...
分类:微信   时间:2021-06-25 17:05:07    阅读次数:0
How to add the custom nuget feed to TeamCity build?
The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
分类:其他好文   时间:2021-06-24 18:32:12    阅读次数:0
oracle在线添加日志组和日志组成员
1.在线添加日志组成员 SQL> alter database drop logfile member '/u01/app/oracle/oradata/orcl/redo01a.log'; Database altered. SQL> alter database add logfile memb ...
分类:数据库   时间:2021-06-24 18:26:14    阅读次数:0
36740条   上一页 1 ... 3 4 5 6 7 ... 3674 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!