เมนู

แสดงโพสต์

ส่วนนี้ให้คุณดูโพสต์ทั้งหมดของสมาชิกท่านนี้ (เฉพาะโพสต์ในส่วนที่คุณมีสิทธิ์เข้าถึง)

เมนู แสดงโพสต์

ข้อความ - jomynn

#41
ผมอีกต่อไป ต้อง มี ขายตรงผ่าน Libra แน่นอน
#42
ได้เหมือนกันครับ
#43
อย่าไปใช้ 1&1 นะมีปัญหาแยะ
#44
ผมว่า สร้างจุดเด่น ของสินค้า และ จุดเด่นของคนขาย แบบ รวย แน่นนอน
#48
ขอบคุณครับ

แต่โหลดไม่ได้

indyblog-1.0.1
Not working? Repair your download
#49
CMS & Free Script / Re: import SQL ไม่ได้
15 มิถุนายน 2019, 09:01:38
MySQL: Invalid default value for 'insert_date'

อ้างอิง
https://stackoverflow.com/questions/36374335/error-in-mysql-when-setting-default-value-for-date-or-datetime
https://stackoverflow.com/questions/25349126/how-can-i-set-the-default-value-of-a-field-as-0000-00-00-000000/25351733
น่าจะมาจาก
ช่วงของ Default ไม่ถูกต้อง
***********************************
Valid range for DATETIME

The supported range for DATETIME is

[1000-01-01 00:00:00] to ['9999-12-31 23:59:59'],
#50
กำหนดจาก ตอนที่สร้าง Menu แต่ละอัน
ถ้าเราไม่กำหนดจะใช้ค่า Default

https://docs.joomla.org/Help39:Menus_Menu_Item_Article_Category_Blog

#52
ดูมีเนื้่อหาเยอะดี ครับ
#53
แต่ Kaidee เวลาค้นหาแบบบรูป ใน Google กด เข้าไปทีไร ก็หาสินค้าไม่เจอ มีข้อความ ว่า ประกาศหมดอายุ แบบนี่้ น่าเบื่อมาก
#54
ผมก็ว่า่ shopee + lazada เนื่องจากติดตลาดแล้ว
#55
ผมว่า ดึงมาได้แต่ Image แล้วมาใส่ event click ให้ popup Hello ได้อยู๋นะ


ผม เจอ ตัวอย่างมาก แต่ไม่ตรง ความต้องการต้องดัดแปลงดู

import { View, Image, Text, StyleSheet, Platform, ActivityIndicator } from 'react-native';

export default class App extends Component<{}>
{
    constructor()
    {
        super();

        this.state = { width: 0, height: 0, loading: true }

        this.uri = 'https://tutorialscapital.com/wp-content/uploads/2017/09/background.jpg';
    }

    componentDidMount()
    {
        Image.getSize( this.uri, ( width, height ) =>
        {
            this.setState({ width: width, height: height, loading: false });
        }, ( error ) =>
        {
            this.setState({ loading: false });
            console.log( error );
        });
    }

    render()
    {
        return(
            <View style = { styles.container }>
                <View style = { styles.imageContainer }>
                    {
                        ( this.state.loading )
                        ?
                            <ActivityIndicator size = "large" />
                        :
                            ( <Image source = {{ uri: this.uri }} style = { styles.image } /> )
                    }
                    <View style = { styles.showDimensionsView }>
                        <Text style = { styles.text }>{ this.state.width }(w) X { this.state.height }(h)</Text>
                    </View>                   
                </View>
            </View>
        );
    }   
}

const styles = StyleSheet.create(
{
    container:
    {
        flex: 1,
        justifyContent: 'center',
        alignItems: 'center',
        paddingTop: ( Platform.OS === 'ios' ? 20 : 0 )
    },

    imageContainer:
    {
        position: 'relative',
        width: 200,
        height: 250,
        justifyContent: 'center',
        alignItems: 'center'
    },

    image:
    {
        resizeMode: 'cover',
        width: '100%',
        height: '100%'
    },

    showDimensionsView:
    {
        position: 'absolute',
        left: 0,
        right: 0,
        bottom: 0,
        backgroundColor: 'rgba(0,0,0,0.6)',
        alignItems: 'center',
        paddingTop: 15,
        paddingBottom: 15
    },

    text:
    {
        fontSize: 20,
        color: 'black',
        color: 'rgba(255,255,255,0.8)'
    }
});
#56
ผมว่า เปลี่ยนเป็น DIV tag แล้วใช้ css bootstrap มา ช่วย ง่ายกว่า
#57
สามารถแก้ไปัญหาได้หรือยังครับ
#58
พอจะบอกใบ้ หน่อย ได้ไหมครับ ว่า เริ่มที่ตรงไหน
#59
แล้วมีโปรแกรม สปินบทความ ภาษาไทย แนะนำไหมครับ  :wanwan017:
#60
https://thanosjs.org/
=========================================
Thanos.Js
=========================================
Reduce the file size of your project down to 50%,
by randomly deleting half of the files.