Junter.wjs

@Junter0323

Joined on Oct 26, 2020

  • --- title: theme - lanmyauko tags: theme description: change h1, h2, h3, h4 and p, strong, ins。`{%hackmd @Junter0323/H14LvIwHu %}` image: https://cdn.discordapp.com/attachments/550774479618310246/690217008792338541/224.png --- <style lang="scss"> /* Display Styling */ .markdown-body h2 { padding: .5em; max-width: 80%; background: url(https://cdn.discordapp.com/attachments/841560219325562890/980830544759758888/2.png) 95% 28%/52px no-repeat, linear-gradient(90deg, #3C8CE7, #00EAFF); bord
     Like  Bookmark
  • :::success 共三層,每層 ≥ 2子classes 每一classes ≥ 1 var + 1 method 用word or pdf 印出 ::: ::: danger
     Like 1 Bookmark
  • 最新公告 :::success 完成作業ㄧ、二 ::: 上課平台 ::: info
     Like 1 Bookmark
  • 1.每股盈餘 2.稀釋性 3.母公司淨利 4.本期淨利 5.非控制權益 6.營業利益 7.營業活動之淨現金 (現金流量表) 8.綜合損益 9.流動資產 10.資產總計 (網站)
     Like  Bookmark
  • 按鈕(開始) {%hackmd @Junter0323/H14LvIwHu %} string input = textBox1.Text; int total = 0; int total1 = 0; //(偶數) int total2 = 0; //(奇數) int num = 0; string s = "";
     Like 1 Bookmark
  • 外層初值 public partial class Form1 : Form { int success = 0; int error = 0; 表單 {%hackmd @Junter0323/H14LvIwHu %}
     Like  Bookmark
  • {%hackmd @Junter0323/H14LvIwHu %} [name=Junter.wjs] STUST MIS 丙 4A990025 {%youtube n2rQzB1iIeA %} 劇本 H14LvIwHu {%hackmd @Junter0323/BJywI8vrd %} 前導場景片
     Like  Bookmark
  • --- title: theme - conversational modified tags: theme description: 使用方法:以 `---` 分隔線來區隔不同人的對話,分隔線後第一個段落會被當成講者。 `{%hackmd @Junter0323/BJywI8vrd %}` image: https://i.imgur.com/wrDi84K.png --- <style> .markdown-body h1 { padding: 2px 4px; border: 1px solid black; box-shadow: 4px 4px gray; color: #360940; font-weight: 900; text-align: center; } .markdown-body h2 { padding: .5em; max-width: 80%; color: #fdfdfd; background: url(https://cdn.discordapp.com/attachments/550774479618
     Like  Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e)
     Like  Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 版本一 (巢狀 if) public partial class Form1 : Form { public Form1() { InitializeComponent(); }
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 版本一 public partial class Form1 : Form { public Form1() { InitializeComponent(); }
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 版本一 public partial class Form1 : Form { String keyWorld = "abcdefghijklmnopqrstuvwxyz"; //防止亂數 public Form1() { InitializeComponent(); }
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025     private void button1_Click(object sender, EventArgs e) { int start, max, step, i, sum = 0; start = Convert.ToInt32(textBox1.Text);
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 (s字串) 寫在外層 Form public partial class Form1 : Form { string s; for 迴圈 private void button1_Click(object sender, EventArgs e) {
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 輸入數字: static void Main(string[] args) { System.Console.Write("請輸入數字:"); int Z = int.Parse(Console.ReadLine()); System.Console.Write("\n"); (*) 三角形
     Like  Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 三角形 textBox1.TextAlign = HorizontalAlignment.Center; int i, j; string s = ""; for (i = 1; i < 10 ; i++) { for (j = 1; j <= i; j++) {
     Like 1 Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 按鈕(三角形) int num1; textBox1.Clear(); if (string.IsNullOrEmpty(textBox2.Text)) { MessageBox.Show("錯誤!請輸入數值", "錯誤!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
     Like  Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 開始(按鈕) private void button3_Click(object sender, EventArgs e) { if (string.IsNullOrEmpty(textBox1.Text) || string.IsNullOrEmpty(textBox2.Text)) { MessageBox.Show("請輸入金額", "錯誤!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); }
     Like  Bookmark
  • [name=Junter.wjs] STUST MIS 丙 4A990025 private void Button1_Click(object sender, EventArgs e) { string input = textBox1.Text; int total = 0; string s = ""; string[] nums = new string[input.Length];
     Like  Bookmark