原创 千萬千萬別裸辭,否則你已經死了

裸辭之後我直接有點瘋了,哈哈哈哈 各位,除非是有人逼你,要不千萬千萬別裸辭,真的是很崩潰的  

原创 記錄上傳git失敗 refusing to merge unrelated histories

1,本地建立git 倉庫 2. 在github闖將相應的倉庫 3. 使用下圖建立連接 4.   只想pull 的時候出現 refusing to merge unrelated histories 5. 到根目錄 6. 使用git bas

原创 maven的xml配置文件內容

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contribu

原创 乘法表

using System; using System.Collections.Generic; using System.Linq; using S

原创 菜鳥的入門(一)

using System; using System.Collections.Generic; using System.Linq; using S

原创 菜鳥c#熱門(三)去反序數

using System; using System.Collections.Generic; using System.Linq; using S

原创 菜鳥入門C#(四)

using System; using System.Collections.Generic; using System.Linq; using S

原创 C#菜鳥養成(二)

using System; using System.Collections.Generic; using System.Linq; using S

原创 枚舉星期

using System; using System.Collections.Generic; using System.Linq; using S

原创 記錄上牀git失敗 refusing to merge unrelated histories

1,本地建立git 倉庫 2. 在github闖將相應的倉庫 3. 使用下圖建立連接 4.   只想pull 的時候出現 refusing to merge unrelated histories 5. 到根目錄 6. 使用git bas

原创 mysql基本語法

數據庫的基本語法1.查詢select  * from tablename where (屬性)=value;2updateupdate tablename set (屬性)=value,(屬性)=value;3.插入insert into

原创 銀行系統

先創建一個銀行類 public class Bank {double allMoney;double leftMoney;//剩下的錢double wantMoney;//想要取得錢public Bank(double allMoney)

原创 表單(窮途末路)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1

原创 冒泡排序

public static void main(String[] args) {int[] intarray = {1,2,33,5,34,67,231,8};System.out.println("排序

原创 面試必備題之一(質數)

public class Mianshi {public static void main(String[] args){boolean flag =false;for(int i=2; i<=100;