This is the first part of all my words on the development on freescale's imx6 family SOC.As one knows, whatever embedded products you are designing or...
分类:
其他好文 时间:
2014-08-21 00:03:23
阅读次数:
384
如果把远程的分支merge到本地:
点击merge后,然后选择远程的branch进行merge
如果把远程版本my_new_branchmerge到mater
如果把远程版本my_new_branch2 merge到远程版本my_new_branch
a)默认...
分类:
其他好文 时间:
2014-08-20 19:40:02
阅读次数:
321
http://my.oschina.net/coolfire368/blog/2927421./etc/udev/rules.d/70-persistent-net.rules修改也成,修改时留下最后一个网卡地址,那是系统找到的,用它!!把其他改成它的数字,把ifcfg-eth0或1 名字改下全清空...
分类:
其他好文 时间:
2014-08-20 19:27:52
阅读次数:
322
MySQL密码忘记了,操作步骤:1、servicemysqldstop2、vim/etc/my.cnf#编辑MySQL配置文件,找到[mysqld],在下面添加一行skip-grant-tables3、mysql-uroot-p直接进入MySQL控制台4、updatemysql.usersetpassword=password(‘MySQL新密码‘)whereUser="root"andHost="localhost";flu..
分类:
数据库 时间:
2014-08-20 16:37:14
阅读次数:
191
1、改变目录
chdir "/etc" or die "can't chdir to '/etc'!\n";
省略参数会回到用户主目录,与cd效果一样;
2、文件名通配
my @all_files = glob "*";
#不包括以点号开头的文件
my @pm_files = glob "*.pm";
一次匹配多种模式,用空格隔开:my @files = ".* *";
#可以匹配...
分类:
其他好文 时间:
2014-08-20 16:23:22
阅读次数:
211
1.打开Mysql安装目录下的my.ini文件,将其中的default-character-set= 均设置为GBK2.在管理工具——数据源(ODBC)中将创建好的数据源作如下设置:
分类:
数据库 时间:
2014-08-20 15:43:32
阅读次数:
237
Dongqian LiuPersonal InformationDate of Birth: 1990.01.24 Gender: FemaleUniversity: East China Normal UniversityMajor: Software Engineering Grade: 2.....
分类:
其他好文 时间:
2014-08-20 15:39:42
阅读次数:
134
1.源代码mysql启动和关闭命令启动/data/app/mysql/bin/mysqld_safe&关闭/data/app/mysql/bin/mysqladmin-uroot-pshutdown2.修改mysql最大连接数进入MySQL安装目录打开MySQL配置文件my.ini或my.cnf查找max_connections=100修改为max_connections=1000服务里重起MySQL即可3...
分类:
数据库 时间:
2014-08-20 14:18:23
阅读次数:
219
Problem Description
Xueba: Using the 4-Point Scale, my GPA is 4.0.
In fact, the AVERAGE SCORE of Xueba is calculated by the following formula:
AVERAGE SCORE = ∑(Wi * SCOREi) / ∑(Wi) 1
where ...
分类:
其他好文 时间:
2014-08-20 14:08:06
阅读次数:
173
DescriptionThe kids in my son's kindergarten made Christmas cookies with their teacher, and piled them up in columns. They then arranged the columns s...
分类:
其他好文 时间:
2014-08-20 12:15:22
阅读次数:
158