原创 struts裏面的配置

[quote] asdf qwer 士大夫玩兒奔斯洛伐克工加載壺中日月頂戴要無可奈何花落去 [/quote]<?xml version="1.0" e

原创 thinkphp 模板輸出二維數組的cookie的值

thinkphp 模板輸出二維數組的cookie(‘info.name’,’song’); php中 設置 cookie('info.name','song'); 模板中 輸出 {$Think.cookie.info_nam

原创 thinkphp 3.2.3按今天,本週,本月,本季度,本年,全部查詢

/* *按今天,本週,本月,本季度,本年,全部查詢預約單數據 * $day 代表查詢條件 $cid 代表 公司id *返回array $data 查詢條件 數組 */ public function find_createti

原创 apicloud 從服務器獲取數據 數據庫數據

apicloudjs代碼版段  通過 ajax從服務器獲取數據 apiready = function(){ function getlist(){ api.showProgress();

原创 nuxt.js swiper用法

//------------------------------------------------- nuxt.config.js npm install vue-awesome-swiper plugins: [ '@

原创 vue中使用swiper

npm install vue-awesome-swiper main.js import VueAwesomeSwiper from 'vue-awesome-swiper' Vue.use(VueAwesomeSwiper, /*

原创 sequelize-auto自動生成model...

sequelize-auto -o “./models” -d jiuzhousns -h localhost -u root -p 3306 -x root -e mysql

原创 nuxtjs asyncData 裏面實現多請求

let [listA, listB,listC] = await Promise.all([ app.$axios.$post("plat/test-hall/test-hall-page")

原创 echart修改tooltip增加單位

echart修改tooltip增加單位 tooltip: { trigger: 'axis', formatter:'{b0}<br/>{a0}:{c0}'+元,//格式後面加單位 formatter:

原创 apicloud vue點擊延遲解決

<img src="../../../image/common/bg-white.png" :data-echo="realImgDomain+item.snsGameNewLogo" onerror="this.src='../../.

原创 PanResponder react native 手勢 或 觸摸

相對於原生的觸摸事件處理機制,RN也有一套自己的處理機制,大體上和原生差不多,但是基於RN是應用在iOS和Android的兩個平臺,有時候會存在一些手勢上的衝突,比如,在一個橫向滑動的ScrollView上放置兩個TouchableXXX

原创 ract native PanResponder 滑動事件 手勢動畫 事件管理等

import React,{Component} from "react"; import {connect} from "react-redux"; import { View, Text, StyleSheet

原创 react native onPanResponderMove animated.event 一起用法

onPanResponderMove: (evt, gestureState) => { console.log('onPanResponderMove','移動中.. 距離是'+gestureSt

原创 apicloud div 滾動到頂部

ul_sq.scrollTop = 0;//滾動到頂部 apicloud div 滾動到頂部