[linux]阿里云数据库启动不了
阿里云的数据库跑了快一年了,今天登上终端打算看下数据的,结果mysql -u *** 弹回一个错误。ps aux|grep mysql结果如下 root 988 0.0 0.0 4400 740 ? S Jan04 0:00 /bin/sh /alidata/server/mysql/bin/mysqld_safe --datadir=/alidata/server/mysql/data --pid-f...标签: linux
[embeded]64bit Ubuntu编译软件可能会需要某些32bit库
以前在富士康做BSP的时候第一步就是安装系统,装完之后会同时安装以下一堆库,不完全清楚这些库有什么作用,不过至少现在我知道很多软件是32bit的,所以需要安装一些32bit的库用以代替系统自带的64bit库文件。 $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev g++-mul...[embeded]粗略的yaffs文件系统制作步骤
粗略的文件系统制作步骤,至此已经完成了bootload,kernel,rootfs的全部流程,嵌入式学习之路也算是入门了。 1.yaffs中带有mkyaffs2image,需要编译安装 2.下载busybox 配置make menuconfig 编译make 会产生"./_install"目录,并且下面有busybox文件和目录产生 3.在_install目录下创建剩余的目录和文件: mkdir root dev etc boot tmp var sys proc lib mnt home mkdir etc/init.d etc/rc.d etc/sysconfig m...标签: embedded
[embeded]mini2440 LCD驱动移植W35屏参数
#define LCD_WIDTH 320 #define LCD_HEIGHT 240 #define LCD_PIXCLOCK 70000 #define LCD_RIGHT_MARGIN 68 #define LCD_LEFT_MARGIN 66 #define LCD_HSYNC_LEN ...标签: embedded
[embeded]Unable to handle kernel NULL pointer dereference at virtual address 00000018
brd: module loaded S3C24XX NAND Driver, (c) 2004 Simtec Electronics s3c24xx-nand s3c2440-nand: Tacls=4, 39ns Twrph0=8 79ns, Twrph1=8 79ns Unable to handle kernel NULL pointer dereference at virtual address 00000018 pgd = c0004000 [00000018] *pgd=00000000 Internal error: Oops: 5 [#1] 参考drive...标签: embedded
[embeded]arch/arm/mach-s3c2440/mach-mini2440.c:84: error: array type has incomplete element type
arch/arm/mach-s3c2440/mach-mini2440.c:84: error: array type has incomplete element type arch/arm/mach-s3c2440/mach-mini2440.c:85: error: array index in non-array initializer arch/arm/mach-s3c2440/mach-mini2440.c:85: error: (near initialization for 'mini2440_nand_sets') arch/arm/mach-s3c2440/mach-...标签: embedded
[embeded]libstdc++.so.6: cannot open shared object file
libstdc++.so.6: cannot open shared object file: No such file or directory: 没有32位的lib库。 sudo apt-get install lib32stdc++6[linux]shell自动化版本控制
中午“夜深人静”时分,写了个版本控制脚本,放在代码编译的开头,以后再也不用手动修改软件的版本号了,爽到没朋友有没有? #!/bin/bash tmp=`sed -n 's/.*VERSION.*"\(.*\)"/\1/p' version.h` echo tmp cnt=`echo $tmp | tr . "\n" | wc -l` a=0;b=0;c=0 if [ $cnt == 3 ]; then a=`echo $tmp|sed -n 's/\(.*\)\.\(.*\)\.\(.*\)/\1/p'` b=`echo $tmp|sed...标签: linux
[python]下标切片
':'切片 Python下标是以0开始的 x[1:3]表示返回集合中下标1至3(不包括3)的元素集合 x[:3] 表示返回从开始到下标3(不包括3)的元素集合 x[3:]表示返回从下标3到结束的元素集合 即返回从开始下标到结束下标之间的集合(不包括结束下标)标签: python
[python]k-近邻算法
书上把kNN抄了一遍,跑起来爽爽的: from numpy import * import operator def createDataSet(): group = array([[1.0,1.1],[1.0,1.0],[0,0],[0,0.1]]) labels = ['A','A','B','B'] return group,labels def classify0(inX, dataSet, labels, k): dataSetSize = dataSet.shape[0] diffMat = tile(inX, (dataSetSize, ...日历
最新微语
- 有的时候,会站在分叉路口,不知道向左还是右
2023-12-26 15:34
- 繁花乱开,鸟雀逐风。心自宁静,纷扰不闻。
2023-03-14 09:56
- 对于不可控的事,我们保持乐观,对于可控的事情,我们保持谨慎。
2023-02-09 11:03
- 小时候,
暑假意味着无忧无虑地玩很长一段时间,
节假意味着好吃好喝还有很多长期不见的小朋友来玩...
长大后,
这是女儿第一个暑假,
一个半月...
2022-07-11 08:54
- Watching the autumn leaves falling as you grow older together
2018-10-25 09:45
分类
最新评论
- Goonog
i get it now :) - 萧
@Fluzak:The web host... - Fluzak
Nice blog here! Also... - Albertarive
In my opinion you co... - ChesterHep
What does it plan? - ChesterHep
No, opposite. - mojoheadz
Everything is OK!... - Josephmaigh
I just want to say t... - ChesterHep
What good topic - AnthonyBub
Certainly, never it ...