PIXNET Logo登入

晨柚的部落格

跳到主文

只是想說 想寫

部落格全站分類:不設分類

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 1月 01 週五 202100:27
  • 關於Laravel 使用auth生成login這件事

一開始先composer 自動生成Auth的controller、route、web...等
composer require laravel/ui  (Laravel 版本6.0以上)
使用bootstrap版本的auth
php artisan ui bootstrap --auth
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(26)

  • 個人分類:Laravel
▲top
  • 1月 01 週五 202100:00
  • 關於Git與Github的一些相關設定指令

Git介紹:
    每次都commit為一次更動(更動版本名稱、更動人、更動日期、更動原因) Git是一個以行為單位的版本管控工具
    主要分為三個部份:
        Working Directory:專案路徑
        Staging Area:存在暫存記憶體中
        Repository:存在本機端或網路端的儲存位置
        其中分為Master與分支Branch
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(7)

  • 個人分類:Git
▲top
  • 10月 05 週一 202001:55
  • 關於Laravel 的Installation failed, reverting ./composer.json to its original content.問題

 
最近再嘗試寫Laravel 但為了使用auth所以遇到了一些問題
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(342)

  • 個人分類:Laravel
▲top
  • 8月 03 週一 202023:34
  • 20200803關於網頁RWD中流動網格設計可以分為兩種


RWD中
FluidGrid流動網格設計可以分為兩種
a.方格設計(Grid Design)
  主要有12欄寬 主要分為四種常見的裝置 
  手機:col-xs-(1-12)
  平板:col-sm-(1-12)
  電腦(小):col-md-(1-12)
  電腦(大):col-lg-(1-12)
  
  col-(xx裝置)-offset-x 代表右移x欄
  
b.流動布局(Liquid Layout)
  主要為百分比顯示區塊
  ex:height:30%
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(4)

  • 個人分類:網頁設計
▲top
  • 5月 20 週三 202023:54
  • 關於遇到Python UnicodeDecodeError: 'big5' codec can't decode byte 0xf9 in position 35210: illegal multibyte sequence

當讀中文檔時遇到UnicodeDecodeError: 'big5' codec can't decode byte 0xf9 in position 35210: illegal multibyte sequence
應該要使用Big5
發生錯誤時就使用cp950
fileContent = open("C:/Users/Vincent/Dropbox/project/caculate_Time/all.txt", 'r' ,encoding = 'Big5')
listContent = fileContent.read()
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(3,723)

  • 個人分類:
▲top
  • 4月 28 週二 202000:20
  • 關於如何在側邊欄加入圖案這件事

iconHtml
關於如何在側邊欄加入圖案這件事
一開始請在https://material.io/resources/icons/?icon=fitness_center&style=baseline
下載可用的圖案 (請將下載選成Android的格式)
請見下圖
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:
▲top
  • 4月 28 週二 202000:17
  • 關於Android如何生成側邊欄這件事

createDirectory
關於如何生成側邊欄這件事
更改activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context="com.example.vincent.showetf.MainActivity"
    android:id="@+id/drawerLayout">
    <!-- center 主程式位置-->
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center" >
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(5)

  • 個人分類:
▲top
  • 2月 19 週三 202022:09
  • 關於UnicodeEncodeError: 'latin-1' codec can't encode characters

關於UnicodeEncodeError: 'latin-1' codec can't encode characters
這個問題大概是因為字元utf8 沒有解碼因此我的解決方法是
將資料庫裡的使用者帳戶那加charset='utf8', init_command='SET NAMES UTF8'
db = pymysql.connect("ip","userName","passWord","DbName",charset='utf8', init_command='SET NAMES UTF8')
如此就可以解決了
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(35)

  • 個人分類:MYSQL
▲top
  • 2月 18 週二 202020:48
  • 關於python的斷詞jibea結巴的簡單使用

先去下載jieba字典有分為簡體與繁體的字典
https://github.com/fxsjy/jieba/tree/master/jieba
接著pip3 install jieba
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(26)

  • 個人分類:Python
▲top
  • 1月 21 週二 202021:08
  • 關於208T 替代役新訓心得

如果需要帶的東西個人覺得就GATSBY濕紙巾 個人藥品就好
其他都會讓你去便利商店買 所以真的不用擔心 帶大概六個五十塊 二三十個十塊就好
個人覺得重點是
(繼續閱讀...)
文章標籤

晨柚 發表在 痞客邦 留言(0) 人氣(26)

  • 個人分類:心情記事
▲top
12...8»

個人資訊

晨柚
暱稱:
晨柚
分類:
不設分類
好友:
累積中
地區:

熱門文章

  • (2,306)20180924關於python mySql Select和insert、update語法
  • (450)20190402關於php呼叫python一片空白
  • (115)關於手機連mysql設定(計畫)
  • (77)20190122關於多頁框網頁設計
  • (66)關於php計算mysql欄位次數語
  • (26)關於208T 替代役新訓心得
  • (13)無孔不入
  • (3)比較php時間大小
  • (3)關於網頁表格上傳的資料遺失
  • (2)20180924關於python 出現 latin_code_error_的解決方法

文章分類

  • Git (1)
  • Laravel (2)
  • Python (12)
  • MYSQL (6)
  • 基本資料結構 (3)
  • Java (4)
  • 心情記事 (4)
  • 小說 (1)
  • 電腦阿雜問題 (2)
  • 網頁設計 (20)
  • Android (13)
  • 未分類文章 (1)

最新文章

  • 關於Laravel 使用auth生成login這件事
  • 關於Git與Github的一些相關設定指令
  • 關於Laravel 的Installation failed, reverting ./composer.json to its original content.問題
  • 20200803關於網頁RWD中流動網格設計可以分為兩種
  • 關於遇到Python UnicodeDecodeError: 'big5' codec can't decode byte 0xf9 in position 35210: illegal multibyte sequence
  • 關於如何在側邊欄加入圖案這件事
  • 關於Android如何生成側邊欄這件事
  • 關於UnicodeEncodeError: 'latin-1' codec can't encode characters
  • 關於python的斷詞jibea結巴的簡單使用
  • 關於208T 替代役新訓心得

最新留言

  • [21/07/31] wasd 於文章「關於#1452 - Cannot add...」留言:
    感謝...
  • [19/05/13] 無名 於文章「20190402關於php呼叫pytho...」留言:
    太優秀了~~很期待你的後續潛力。...
  • [17/09/05] 訪客 於文章「關於手機連mysql(import ap...」留言:
    如果你沒有很急的話 我這兩個禮拜來試試因為有點多事情 不過...
  • [17/09/04] QAQ 於文章「關於手機連mysql(import ap...」留言:
    想請問大大一下 如果是要將android上的textvie...

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: