原创 Vue 項目中去掉路由中#的問題

1.問題: 使用Vue-router進行路由導航,但是在瀏覽器中地址欄url中總包含#的問題 解決方法: 更改src目錄下的index.js文件,添加mode:‘history’方法解決’#'問題。 2.添加mode:'hist

原创 Xcode10.1與Cordova項目,IOS12,輸入框遮擋解決(一)

Xcode9.4.1版本升級到Xcode10.1時,很順利的下進行,但是項目中需要輸入框的部分出現問題,在輸入時IOS手機的鍵盤遮擋輸入框問題,經過百度搜索,google搜索終於找到解決方法,方法有幾種。 下面時出現的錯誤:

原创 Xcode 下載

Xcode各個版本下載地址連接 https://developer.apple.com/download/more/

原创 Vue打包後出錯:Tip: built files are meant to be served over an HTTP server. Opening index.html over file

1、使用命令npm run build打包vue項目之後提示 : Tip: built files are meant to be served over an HTTP server. Opening index.html ov

原创 android zxing生成二維碼

參考網上的二維碼 package request.http.com.httprequest.fragment.my; import android.graphics.Bitmap; import android.graphics

原创 Angular 優化

Angular 優化 通過網上查詢,篩選適合我們項目的優化方法,如果大家有更好,更多的好方法,多多提供,謝謝。

原创 vue echarts 柱形圖

<style> @import '../../css/style.css'; </style> <style> @import "../../css/vue_single_bar.css"; </style> <templ

原创 vue echarts 帶有陰影的折線圖

<style> @import "../../css/style.css"; </style> <style scoped> @import "../../css/vue_single_line.css"; </style

原创 IOS 原生網絡請求 OC

初次學習IOS 網絡請求 在AppDelegate.m中 #import "AppDelegate.h" #import "MainViewController.h" @implementation AppDelegate

原创 vue echarts 餅形圖

<style> @import "../../css/style.css"; </style> <style scoped> @import "../../css/vue_half_pie.css"; </style> <

原创 vue echarts玫瑰類型視圖

<style> @import "../../css/style.css"; </style> <style scoped> @import "../../css/vue_rose_pie.css"; </style> <

原创 vue echarts 折線圖 折線陰影

<style> @import "../../css/style.css"; </style> <style scoped> @import "../../css/vue_single_line.css"; </style

原创 IOS 原生網絡請求 swift

初次學習。 import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UI

原创 3D開發-AR技術方案

原文鏈接:https://blog.csdn.net/zhenandroid/article/details/92416175 版權聲明:本文原創文章,遵循 CC 4.0 by-sa 版

原创 android插入排序

package request.http.com.httprequest.activity; import android.content.Intent; import android.os.Bundle; import