上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 1.update apt software source 2.install sunpinyin or googlepinyin 3.handle exception 阅读全文
posted @ 2022-04-10 19:38 MikeLi 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1.stat your_file 2.debugfs -R 'stat your_file_inode_number' /dev/sda1 阅读全文
posted @ 2022-04-06 00:24 MikeLi 阅读(28) 评论(0) 推荐(0) 编辑
摘要: elatsic search why so good 阅读全文
posted @ 2022-01-15 23:59 MikeLi 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1 public static int[] insertSort(int[] arr){ 2 int i,j,idx,jdx,n,ndx,flag,fdx; 3 int[] brr=new int[arr.length]; 4 5 //in 1st loop,cannot execute the l 阅读全文
posted @ 2021-11-11 01:30 MikeLi 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1 package ACM; 2 public class Sort{ 3 public static int[] selectSort(int[] arr){ 4 int i,j,minPst,minPstIdx,jdx,temp,idx; 5 jdx=0; 6 minPstIdx=0; 7 mi 阅读全文
posted @ 2021-11-02 12:07 MikeLi 阅读(26) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update 阅读全文
posted @ 2021-10-31 02:14 MikeLi 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/eabfb61e072a 阅读全文
posted @ 2021-10-30 03:07 MikeLi 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1 #include <stdio.h> 2 3 int main() 4 { 5 6 double i; 7 8 for(i=0;i!=10;i+=0.1) 9 printf("%.1lf\n",i); 10 11 return 0; 12 } 0.00.10.20.30.40.50.60.70. 阅读全文
posted @ 2021-10-18 02:09 MikeLi 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/gongxifacai_believe/article/details/53081466 编译HelloWorld.java生成字节码文件HelloWorld.class,运行HelloWorld.class报错:Error: Could not 阅读全文
posted @ 2021-10-18 01:45 MikeLi 阅读(2968) 评论(0) 推荐(1) 编辑
摘要: 安装: https://blog.csdn.net/zbj18314469395/article/details/86064849 配置环境变量: https://blog.csdn.net/moshowgame/article/details/99011206 阅读全文
posted @ 2021-10-17 01:30 MikeLi 阅读(40) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页