逢甲大學  許志宇 老師

http://tccnchsu.blogspot.tw/

a0930063623 發表在 痞客邦 留言(0) 人氣()

創造成功奇蹟八大關建  梁凱恩 老師  演講

https://www.youtube.com/watch?v=Ynrj6eUEqAQ

心得:

每個人出生在這個世界上都是獨一無二,沒有一個人天生就注定永遠無法成功,沒有一個人天生就注定永遠只領著老闆給的死薪水,沒有一個人天生就注定要被別人踩在腳底下幹活,唯有後天的努力、毅力、思考才是真正影響人的一輩子!

有六個字阻礙了人創造成功: 1.不知道 2.不相信

a0930063623 發表在 痞客邦 留言(0) 人氣()

0410001

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Test
{

a0930063623 發表在 痞客邦 留言(0) 人氣()

class test
{
public static void main(String[] args)
{
;

a0930063623 發表在 痞客邦 留言(0) 人氣()

0320001

java  

public class Loop1to10 {
public static void main(String[] args) {
for(int i = 1; i < 11; i++)
System.out.print(i + " ");

a0930063623 發表在 痞客邦 留言(0) 人氣()

01111111

<html>
<head>
<title> The First Example: Hello, World </title>
</head>
<body>

a0930063623 發表在 痞客邦 留言(0) 人氣()

class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");

a0930063623 發表在 痞客邦 留言(0) 人氣()

未命名

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;

a0930063623 發表在 痞客邦 留言(0) 人氣()

[VB] 建置9格數字經由按鈕觸發打亂數字

Private Sub CommandButton1_Click()
For i = 1 To 9
Cells(1, i) = i
Cells(1, i).Font.ColorIndex = 0

a0930063623 發表在 痞客邦 留言(0) 人氣()

1417157386-2753316172_n

Private Sub CommandButton1_Click()

For i = 1 To 16
Cells(i, 1) = Fix(Rnd() * 16)

Next

End Sub

a0930063623 發表在 痞客邦 留言(0) 人氣()

10517532_985433801473418_6811056821801603129_n

Private Sub CommandButton1_Click()
Application.ActiveSheet.Cells(1, 1).Value = "Excel VBA 99乘法表"
For C = 1 To 9
Application.Cells(1, C).ColumnWidth = 3
Next

a0930063623 發表在 痞客邦 留言(0) 人氣()

10301304_976212125728919_4547780257398149311_n

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;

a0930063623 發表在 痞客邦 留言(0) 人氣()

1 2
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。