原创 移動端藍牙打印

<!DOCTYPE html> <html>     <head>         <meta charset="UTF-8">         <meta name="viewport" content="initial-scale=1

原创 藍牙打印所需BluetoothTool.js

/**  * html+ 串口藍牙操作  */ function BluetoothTool() {     let BluetoothAdapter = plus.android.importClass("android.bluetoo

原创 使用appuploader創建構建版本的流程

1、打開appuploader軟件 2、登錄蘋果開發者賬號 3、點擊appuploader右上角的設置 4、設置蘋果app上傳密碼 5、開始上傳ipa的安裝包

原创 微信小程序通過語音進行模糊搜索數據之語音轉換成文字

<template>     <view class="content">         <view class="search">             <view class="search_input">           

原创 uni-app調用手機攝像頭進行掃碼

<template>     <view>         <button type="primary" @click="tel()">button</button>     </view> </template> <script>   

原创 app端使用微信支付

//調用微信支付功能代碼 submit() {                  var that = this;             var userID = uni.getStorageSync('userID');       

原创 es6 proxy的應用

1、校驗: let validator = {   set: function(obj, prop, value) {     if (prop === 'age') {       if (!Number.isInteger(value

原创 IE瀏覽器的bug

1、png24位的圖片在IE6瀏覽器上出不來;解決方案:把圖片的格式改成png8,也可以引用一些腳本。 2、IE6的雙邊距bug;解決方案:在該元素中加入:display:inline或display:block。 3、像素問題:使用fl