我有代码:
return new AlertDialog.Builder(getActivity())
.setTitle("Warning!")
.setMessage("message!")
.setPositiveButton("yes ",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int whichButton) {
Run Code Online (Sandbox Code Playgroud)
等...如何将.setTitle("警告!")设置为CENTER?
如何在SQLITE3中创建一对多?我有2张桌子:
Mans:
_id name
1 antony
2 fred
Run Code Online (Sandbox Code Playgroud)
和
point
_id date point
1 23 77
24 99
2 25 78
5 0
Run Code Online (Sandbox Code Playgroud)
我不懂SQL语法,请帮帮我.