39 questions
I'm worried about drawing a line between what DB should have as a master and what source code should define as a Const list.Personally, if the user does not edit from the master management screen, I t...
I wanted to change the background color of the button on Android, so I set it as follows.<Button android:layout_width=wrap_content android:layout_height=wrap_content android:background=@color/co...
I mounted the MDL and wrote it in the sample program of angularJS as follows.include.html:<DOCUTYPE html><htmlng-app=myApp><head><metacharset=utf-8/><title>Angular JS<...
Assume a relational database using MySQL.For example, how do you manage databases like bulletin boards that users post more and more, but cannot erase?Even if I put an index on it, I'm worried that if...
I'm making data on the tourist attraction list, but I'm having trouble setting up regular holidays.Specifically close_mon~close_sunI have prepared the columns in and judge them by 0,1, but depending o...
I'm worried about designing the database.For example, create a database for user information.usersidnameIf you want this to be gender, usersidnamesex_idsexesidnameI think this is fine, but for example...
I am writing using MaterialDesignLite (MDL) and angularJs.MDL is 1.04 and angular is 1.4.5.<form name=myFormng-submit=onsubmit()novalidate> <div class=mdl-textfield mdl-js-textfield mdl-textf...
I thought the code below would always return [5]The price keeps changing.I thought a=[] would be executed whenever foo() was executed, but is it not?What is happening in foo()?def foo(a=[]): a.append(...
What is the difference between implementations and Extends and when are they used respectively?It's a basic question, but I don't know the difference between these two. Please explain it so that it's ...
<ListView android:id=@+id/activity_home_list_view android:layout_width=match_parent android:layout_height=match_parent android:divider=@android:color/transparent android:dividerHeight=8dp/>You ...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.