This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QRCode from 'qrcode' | |
document.addEventListener('DOMContentLoaded', function() { | |
console.log("DOMContentLoaded"); | |
const baseUrl = "https://open.weixin.qq.com/connect/oauth2/authorize"; | |
const params = new URLSearchParams({ | |
appid: "wx49e1457a970ee840", | |
redirect_uri: "https://qiwangtech.com/weixin/wechat/verify", | |
response_type: "code", | |
scope: "snsapi_base", | |
state: "STATE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
gem "rails", "~> 8.0.0" | |
# If you want to test against edge Rails replace the previous line with this: | |
# gem "rails", github: "rails/rails", branch: "main" | |
gem "sqlite3", ">= 2.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>蜡笔标记效果</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
line-height: 1.6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>页面转图片</title> | |
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script> | |
<style> | |
body { | |
font-family: Arial, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 源目录 | |
source_base="/data/tian5.0he/T113-tina5.0" | |
# 目标目录 | |
target_base="/home/qichunren/code/T113-S3-Box-SDK" | |
# 需要同步的目录列表 | |
directories_to_sync=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package kmod-mac80211 is missing dependencies for the following libraries: | |
cfg80211.ko | |
compat.ko | |
Makefile:528: recipe for target '/home/qichunren/data/t113-tina-5.0/out/t113/dev2/openwrt/extra/targets/t113-dev2/generic/packages/kmod-mac80211_5.4.182+5.10.85-1-1_arm_cortex-a7_neon.ipk' failed | |
make[3]: *** [/home/qichunren/data/t113-tina-5.0/out/t113/dev2/openwrt/extra/targets/t113-dev2/generic/packages/kmod-mac80211_5.4.182+5.10.85-1-1_arm_cortex-a7_neon.ipk] Error 1 | |
make[3]: Leaving directory '/data/t113-tina-5.0/openwrt/openwrt/package/kernel/mac80211' | |
time: package/kernel/mac80211/regular/compile#0.30#0.06#0.73 | |
ERROR: package/kernel/mac80211 failed to build (build variant: regular). | |
package/Makefile:114: recipe for target 'package/kernel/mac80211/compile' failed | |
make[2]: *** [package/kernel/mac80211/compile] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[89]HELLO! BOOT0 is starting! | |
[92]BOOT0 commit : 1417090655 | |
[95]set pll start | |
[96]fix vccio detect value:0xc0 | |
[104]periph0 has been enabled | |
[107]set pll end | |
[108][pmu]: bus read error | |
[111]board init ok | |
[113]enable_jtag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[88]HELLO! BOOT0 is starting! | |
[90]BOOT0 commit : 1417090655 | |
[93]set pll start | |
[95]fix vccio detect value:0xc0 | |
[102]periph0 has been enabled | |
[105]set pll end | |
[107][pmu]: bus read error | |
[109]board init ok | |
[111]enable_jtag | |
[113]ZQ value = 0x2f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby@ruby-VirtualBox:~/code/t113-tina$ docker compose run b | |
[+] Building 0.0s (0/0) | |
[+] Building 0.0s (0/0) | |
builder@b775dd81fe0d:/app$ source build/envsetup.sh | |
Setup env done! Please run lunch next. | |
builder@b775dd81fe0d:/app$ lunch | |
You're building on Linux | |
Lunch menu... pick a combo: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qichunren@qichunren-VirtualBox:~/Desktop/v1.1$ ./build.sh | |
========ACTION List: build_linuxdev;======== | |
options : | |
INFO: ---------------------------------------- | |
INFO: build linuxdev ... | |
INFO: chip: sun8iw20p1 | |
INFO: platform: linux | |
INFO: kernel: linux-5.4 | |
INFO: board: dev | |
INFO: output: /home/qichunren/Desktop/v1.1/out/t113/dev/buildroot |
NewerOlder