-RW ----. 1 MySQL 8658 December 30 23:17 GB. FRM
-RW ----. 1 MySQL 8658 December 30 23:19 QR. FRM
-RW ----. 1 MySQL 8658 December 30 23:19 QY. FRM
-RW ----. 1 MySQL 8658 December 30 23:19 TG. FRM
-RW ----. 1 MySQL 8658 December 30 23:19 xcy. FRM
TG is a database name,
I will not talk about the basic usage of dockpanel. There are a lot of online users. I want to talk about several small issues that need to be paid attention to when using dockpanel.
First:
People who have used dockpanel may encounter the following error:
Invalid Content: activecontent must be one of the visible contents, or null if there is no visible content.
The translation roughly means: Invalid Content: If there is no visible content, activecontent must be visible or empty.
For specific rea
update operations will take a long time.For example, if you want to update the user table's default password to "666666 ",
mysql> ALTER TABLE user -> MODIFY COLUMN pwd VARCHAR NOT NULL DEFAULT ‘666666';
Using show status, you can find that a large number of Insert operations are performed during this operation. when the number of users is large, such as millions or tens of millions of data records, it will inevitably consume a lot of time. However, if you use the following method to upd
resources have been released during the first run. So we need to instantiate one, that is, rewrite the member variable.
It is convenient to use the pause and resume functions.
1 _ttSpeak.SpeakPause();
_ttSpeak.SpeakResume();
Note that you must disable the read button when executing the read-only function. Otherwise, an error will be reported when you click it again.
Write the enabled method in backgroundworkerappsrunworkercompleted ~~~
C # single-key pause can be int I = 1; // first defin
=REGEXP Backup only those per-table innodb data files which match the regular expression (REGEXP). For each table with a per-table data file, a string of the form db_name.table_name is checked against the regular expression (REGEXP). If the REGEXP matches db_name.table_name, the table is included. The REGEXP should be of POSIX 1003.2 'extended' form.
We can see that the -- include parameter is matched by a regul
Innodb modifies the table shared space to an independent space bitsCN.com
Recently, the mysql innodb storage engine was optimized to convert the shared tablespace into an independent tablespace. I didn't think so much at the beginning, so I had to promote it in a short time. so I want to optimize it and see how it works. Describes a conversion process.
1. check whether the table space is shared or independent.
Mysql> show variables like '% per_table % ';+ ----------------------- + ------- +| Var
, it is not necessarily an independent tablespace. The most direct method is to view the files on the hard disk, independent tablespace, and each table corresponds to a space.
[Root @ localhost tg] # llTotal usage 64-Rw ----. 1 mysql 65 December 30 20:09 db. opt-Rw ----. 1 mysql 8658 December 30 23:17 gb. frm-Rw ----. 1 mysql 8658 December 30 23:19 qr. frm-Rw ----. 1 mysql 8658 December 30 23:19 qy.
How does Mysql delete a temporary table starting with "# SQL -"?
Author: skateTime: 2014/09/28
How does Mysql delete a temporary table starting with "# SQL -"?
Phenomenon: after re-indexing, the disk space of the Mysql server is almost full.
Run the following command to re-create the index:
Mysql> alter table skatetab add unique index (id, uid), drop primary key, add primary key (uid, id );
During index reconstruction, due to insufficient space, Mysql server reboot was found to have less space t
1. Create Form1;2. Creation of Fmxframe (New-Other->delphi Files, fmxframe); The unit name is Unitframe, the form named frm puts a button in the form, a memo, and here is just a test with a wood reference to it.3. Call.Uses unitframe;var frm:tfrm;begin frm: = UnitFrame.TFrm.Create (self); First create the frm. Name: = ' frm1 ';
1. The parent form passes values to the subform:Parent form:1 New FRM Cash Bank code (1,0); 2 This ; 3 frm. ShowDialog ();Subform:1 int 0 ; 2 Public FRM Cash Bank code (int ty,int IND)3 {4 InitializeComponent (); 5 type = ty; 6 index = ind; 7 }Data Update:1 Private void renovate () 2
the Report. Optional;
If all the above four interfaces are used, the usage is as follows:
-(Id) initWithPath :( NSString *) reportPath serverUrl :( NSString *) serverUrlviewType :( IFEntryViewType) viewType parameters :( NSDictionary *) params;
For example, if a URL is integrated with a form under an online app demo, the URL can be directly previewed without passing parameters. The Code is as follows:
1. IFEntryViewController * entryVC = [[IFEntryViewController alloc] initWithPath: @ "app/sales
record the data for setting the tray icon.
Private TheData As policyicondata
Then we can use this function to set the system tray icon. The specific method is as follows:
1. Add an icon
With TheData. Uid = 0. HWnd = frm. HWnd 'frm. HWnd is the handle of the main form of the program.. CbSize = Len (TheData). HIcon = frm. Icon. Handle '
The basic use of DockPanel I will not say, online a lot, I want to say is in the use of DockPanel need to pay attention to a few small problems
The first one:
Anyone who has ever used a dockpanel may have encountered an error such as:
Invalid Content:activecontent must be one of the visible contents, or null if there is no visible Content.
The meaning of translation is roughly: invalid content: If there is no visible content, activecontent must be visible content or empty.
What is the specific r
Google found this solution:When a value is inserted in the upload control, it can only be cleared through the form reset function, but other values in the form are also reset.Now that you can use the form reset to clear, there is a way: create a temporary form, and then move the upload control to be cleared into it. After the reset, move back to the original location, finally, delete the created temporary form. Js Code:Copy codeThe Code is as follows:Var Upload = {Clear: function (id ){Var up =
One, display another window as a dialog box. Add the following code to a button click or other event within Form1. Form2 fm2 = new Form2 (); Fm2.showdialog (); Features: FM2 cannot perform other operations when Form1 is open. You can continue only if FM2 is closed. Close the window for This.close ();Second, in the Form1 open Form2,form2 as part of the Form1 to display. Private voidForm1_Load (Objectsender, EventArgs e){var frm= NewForm2 ();
. Cancel; } Public String phonenumber{Get {return textbox1.text ;}Set {textbox1.text = value ;}}}}
Note that the code for processing the event clicked by the button is not included. Because the dialogresult attribute of each button is set, the form disappears after you click OK or cancel. The only property added is phonenumber. The following code shows how to call the phone dialog box in the parent form:
Phone FRM = new p
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.