检测root环境代码
1.检测路径javapublicbooleanc(){StringstrArr{"/system/bin/","/system/xbin/","/system/sbin/","/sbin/","/vendor/bin/"};inti0;while(i<5){
Easter79 Easter79
2年前
the install of mysql in Linux System
一、下载MySql浏览器(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.2cto.com%2Fos%2Fliulanqi%2F)打开https://www.mysql(https://www.oschina.net/action/GoToLink?url
Wesley13 Wesley13
2年前
java8新增的日期时间包
ClockclockClock.systemUTC();System.out.println("当前时刻为:"clock.instant());System.out.println(clock.millis());System.out.println(System.c
Wesley13 Wesley13
2年前
Java logging整理
常见的javaloggingSystem.out与System.errjava.util.loggingapachelog4japachecommonsloggingSLF4J其中System.out与System.err就不多说了。我们
Wesley13 Wesley13
2年前
Java中的BigDecimal类和int和Integer总结
前言我们都知道浮点型变量在进行计算的时候会出现丢失精度的问题。如下一段代码:System.out.println(0.050.01);System.out.println(1.00.42);System.out.println(4.015100);System.out.println(1
Wesley13 Wesley13
2年前
C#压缩解压缩文件(zip格式)
using System;using System.Collections.Generic;using System.IO;using ICSharpCode.SharpZipLib.Zip;namespace TestConsole{    internal class Prog
Stella981 Stella981
2年前
Log system architecture
0\.技术选型参考!Architecture(https://oscimg.oschina.net/oscnet/915f28e4bd061d777a3857d069fafdd929e.png)1\.CollectorKeywords:Collector,Processor名称
Stella981 Stella981
2年前
C#之json字符串转xml字符串
留爪参考using System.Xml; //using System.Text; //using System.Runtime.Serialization.Json; //JsonReaderWriterFactory//以下method引用以上using    /// <summary
Stella981 Stella981
2年前
ASP.NET 自定义DataTable数据
using System.Data; //DataTabletry{    DataTable dt  new DataTable();    dt.Columns.Add("BusinessID",System.Type.GetType("System.Int32"));    dt.C