摘要:
1.update apt software source 2.install sunpinyin or googlepinyin 3.handle exception 阅读全文
摘要:
1.stat your_file 2.debugfs -R 'stat your_file_inode_number' /dev/sda1 阅读全文
摘要:
elatsic search why so good 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
sudo apt-get update 阅读全文
摘要:
https://www.jianshu.com/p/eabfb61e072a 阅读全文
摘要:
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. 阅读全文
摘要:
原文链接:https://blog.csdn.net/gongxifacai_believe/article/details/53081466 编译HelloWorld.java生成字节码文件HelloWorld.class,运行HelloWorld.class报错:Error: Could not 阅读全文
摘要:
安装: https://blog.csdn.net/zbj18314469395/article/details/86064849 配置环境变量: https://blog.csdn.net/moshowgame/article/details/99011206 阅读全文