原创 智航學編程006(字符串與時鐘、倒計時)

import time s="春曉" t1="春眠不覺曉" print(s) time.sleep(0.5) print(t1) time.sleep(1) print("處處聞啼鳥") time.sleep(1) print("夜來風

原创 智航學編程005(七彩虹)

  import turtle turtle.screensize(600,600,"wheat") t=turtle.Turtle() t.speed(0) t.left(90) #第一道 pos_x=0 pos_y=0 t.p

原创 智航學編程004(瞄準鏡)

import turtle turtle.pensize(12) turtle.screensize(600,600,"yellow") turtle.circle(150) turtle.penup() turtle.goto(0,1

原创 智航學編程-002(城堡創作)

# import turtle # turtle.forward(100) # turtle.done() from turtle import * speed(0) pensize(20) #跳到指定位置 write("智航的城堡

原创 python安裝requests庫

環境:python3.7 問題:在pycharm裏安裝requests,失敗,具體內容見下圖:   解決方案: 從國內鏡像下載安裝文件,推薦豆瓣(https://pypi.doubanio.com/simple/requests) 本人

原创 ActiveMQ學習 第一篇 入門篇

ActiveMQ 學習一 入門篇 實際應用中有多種MQ,包括MSMQ,Active MQ,Jboss MQ等。其中ActiveMQ是一個開源的JMS服務器,本文簡單介紹java環境下Active MQ入門。 準備工作 1、下載Active

原创 用PDMReader工具生成數據庫設計文檔

你是否在爲寫龐大的數據庫設計文檔發愁,幫你輕鬆搞定,前提是你需要有pdm文件! 第一步:下載並安裝PDMReader(見我的資源裏); 第二步:打開PDMReader,新建項目:test; 第三步:在項目test點擊右鍵,選擇“導入數據