[mysql] CREATE date TABLE examples
mysql> CREATE TABLE example_timestamp (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
data VARCHAR(100),
cur_timestamp TIMESTAMP(8)
);
Query OK, 0 r…Read More
[Tex + convert] convert JPG to EPSuse convert xxx.jpg xxx.eps
this command can convert jpg to eps.
convert all file under folder
for file in *.png; do file2=${file%.png};convert $fil…Read More
0 意見:
張貼留言