日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

java web中align命令_java web开发

發(fā)布時間:2024/7/19 编程问答 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 java web中align命令_java web开发 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

風云坤:import React, { Component } from 'react';|@|import {|@| AppRegistry,|@| BackAndroid,|@| StyleSheet,|@| Text,|@| View|@|} from 'react-native';|@|import JPushModule from 'jpush-react-native';|@||@|export default class xuexi6 extends Component {|@||@| constructor(props) {|@| ? super(props);|@||@| ? this.state = {|@| ? ? bg: '#ffffff',|@| ? ? appkey: 'AppKey',|@| ? ? imei: 'IMEI',|@| ? ? package: 'PackageName',|@| ? ? deviceId: 'DeviceId',|@| ? ? version: 'Version',|@| ? ? pushMsg: 'PushMessage',|@| ? ? registrationId: 'registrationId',|@| ? };|@| ? |@| }|@||@| componentDidMount() {|@| ? JPushModule.getInfo((map) => {|@| ? ? this.setState({|@| ? ? appkey: map.myAppKey,|@| ? ? imei: map.myImei,|@| ? ? package: map.myPackageName,|@| ? ? deviceId: map.myDeviceId,|@| ? ? version: map.myVersion|@| ? ? });|@| ? });|@| ? JPushModule.notifyJSDidLoad((resultCode) => {|@| ? ? if (resultCode === 0) {|@| ? ? }|@| ? });|@| ? JPushModule.addReceiveCustomMsgListener((map) => {|@| ? ? this.setState({|@| ? ? pushMsg: map.message|@| ? ? });|@| ? ? console.log("extras: " + map.extras);|@| ? });|@| ? JPushModule.addReceiveNotificationListener((map) => {|@| ? ? console.log("alertContent: " + map.alertContent);|@| ? ? console.log("extras: " + map.extras);|@| ? ? // var extra = JSON.parse(map.extras);|@| ? ? // console.log(extra.key + ": " + extra.value);|@| ? });|@| ? JPushModule.addReceiveOpenNotificationListener((map) => {|@| ? ? console.log("Opening notification!");|@| ? ? console.log("map.extra: " + map.extras);|@| ? ? //JPushModule.jumpToPushActivity("SecondActivity");|@| ? });|@| ? JPushModule.addGetRegistrationIdListener((registrationId) => {|@| ? ? console.log("Device register succeed, registrationId " + registrationId);|@| ? });|@| }|@||@| componentWillUnmount() {|@| ? JPushModule.removeReceiveCustomMsgListener(receiveCustomMsgEvent);|@| ? JPushModule.removeReceiveNotificationListener(receiveNotificationEvent);|@| ? JPushModule.removeReceiveOpenNotificationListener(openNotificationEvent);|@| ? JPushModule.removeGetRegistrationIdListener(getRegistrationIdEvent);|@| ? console.log("Will clear all notifications");|@| ? JPushModule.clearAllNotifications();|@| }|@||@| render() {|@| ? return (|@| ? ? |@| ? ? |@| ? ? ? Welcome to React Native!dddddddddddddddd|@| ? ? |@| ? ? |@| ? ? ? To get started, edit index.android.js|@| ? ? |@| ? ? |@| ? ? ? Double tap R on your keyboard to reload,{'\n'}|@| ? ? ? Shake or press menu button for dev menu|@| ? ? |@| ? ? |@| ? );|@| }|@|}|@||@|const styles = StyleSheet.create({|@| container: {|@| ? flex: 1,|@| ? justifyContent: 'center',|@| ? alignItems: 'center',|@| ? backgroundColor: '#F5FCFF',|@| },|@| welcome: {|@| ? fontSize: 20,|@| ? textAlign: 'center',|@| ? margin: 10,|@| },|@| instructions: {|@| ? textAlign: 'center',|@| ? color: '#333333',|@| ? marginBottom: 5,|@| },|@|});|@||@|AppRegistry.registerComponent('xuexi6', () => xuexi6);

總結

以上是生活随笔為你收集整理的java web中align命令_java web开发的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內容還不錯,歡迎將生活随笔推薦給好友。