Skip to content

Instantly share code, notes, and snippets.

View 330132662's full-sized avatar
🍺
drink some fucking beer?

Sword 330132662

🍺
drink some fucking beer?
View GitHub Profile
@330132662
330132662 / main.dart
Created September 5, 2019 06:34
第二天学习flutter
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: '',
home: Scaffold(
@330132662
330132662 / main1.dart
Created September 5, 2019 06:39
学习flutter的第一天
import 'package:flutter/material.dart';
import 'package:english_words/english_words.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
final wordPair = new WordPair.random();
return new MaterialApp(
import 'package:flutter/material.dart';
import 'package:flutter_app/main1.dart';
/**
* 电影海报 2019年9月5日15:40:45
*/
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
{"lastUpload":"2021-07-24T03:01:57.934Z","extensionVersion":"v3.4.3"}
@330132662
330132662 / listen1_aha_playlist.md
Last active July 11, 2022 07:27
updated by Listen1(https://listen1.github.io/listen1/) at 2022/7/11下午3:27:05

本歌单由Listen1创建, 歌曲数:3,歌单数:1,点击查看更多

<!-- 新版 -->
<view class="qdgl" wx:if="{{carType== 1}}">
<view class="lbxx">
<view class="nr">
<text>被施救车辆种类:{{dunwei}}类</text>
<view class="xx">
<text>城区</text>
<view>
package com.blue.tooth.lock;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
printf("encrypt test\n");
UINT8 key[16] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88,
0x99, 0x00, 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF};
UINT8 plaintext[16] = {0xff, 0xd7, 0x40, 0x57, 0x47, 0x68, 0x5e, 0xd6,
0xe0, 0x0b, 0xc6, 0x82, 0xa7, 0x72, 0x86, 0x09};
UINT8 ciphertext[16],decodetext[16];
sp5kSeCfg_t cfg;
sp5kSeData_t data;
package com.jh.abc.listener;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import com.hjq.demo.R;
import com.jh.abc.hardware.mt520.com.mingte.mt520.CheckClick;
package com.hjq.demo.http.request;
import com.google.gson.Gson;
import com.hjq.demo.http.response.RsaResp;
import com.hjq.demo.other.DebugLogUtil;
import com.hjq.demo.other.IntentKey;
import com.hjq.demo.other.rsa.RSAUtils;
import com.hjq.toast.ToastUtils;
import com.jh.qiti.util.StringUtil;