码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
mysql启动异常之--TCP/IP, --shared-memory, or --named-pipe should be configured on NT OS
错误显示内容:6716[ERROR]TCP/IP,--shared-memory,or--named-pipeshouldbeconfiguredonNTOS6716[ERROR]Aborting解决方法:1.取消 enable-named-pipe前注释,或添加这行skip-name-resolveskip-external-lockingenable-named-pipe#这一行参数2.mysql开启TCP/IP监听端口,注释ski..
分类:数据库   时间:2014-09-04 19:24:30    阅读次数:1311
MAC OS下锁屏快捷键设置
首先在应用程序中找到Automator打开,选择文稿类型为服务,点击选龋步骤如下图:在搜索中输入run,双击RunShellScript,如下图:将服务收到选定的从文本选为没有输入,并在Shell脚本框中输入:‘/System/Library/CoreServices/MenuExtras/User.menu/Contents/Resources/CGSession‘-..
分类:其他好文   时间:2014-09-04 19:18:10    阅读次数:268
(4)JSTL的SQL标签库
jstl的SQL标签库SQL tag Library中的标签用来提供在JSP页面中可以与数据库进行交互的功能Database access标签库有以下6组标签来进行工作:、、、、、引入SQL标签库的指令代码为:1.标签:用于设置数据源 定义一个数据源并保存在"dataSource"变量内 ...
分类:数据库   时间:2014-09-04 18:37:29    阅读次数:276
JSTL的13个core标签库总结
标准标签库JSTL的全名为:Java Server Pages Standard Tag Library.(jsp standard tag library)JSTL主要提供了5大类标签库: 1.核心标签库:为日常任务提供通用支持,如显示和设置变量,重复使用一组项目,测试条件以及其他操作(如导入和....
分类:Web程序   时间:2014-09-04 16:48:09    阅读次数:261
[转载] VMware Fosion 端口转发配置方法
/Library/Preferences/VMware Fusion/vmnet8/nat.conf[incomingtcp]# Use these with care - anyone can enter into your VM through these...# The format and ...
分类:其他好文   时间:2014-09-03 19:41:17    阅读次数:209
读书笔记之inside JVM(5)
调用JNI的时候,通常我们使用System.loadLibrary(String libname)来load JNI library, 同样也可以使用System.load(String fileName)来load JNI library,两者的区别是一个只需要设置库的名字,比如如果libA.so 只...
分类:其他好文   时间:2014-09-03 15:11:07    阅读次数:175
paxos ---学习笔记
摘自维基百科:分布式系统中的节点通信存在两种模型:共享内存(Shared memory)和消息传递(Messages passing)。基于消息传递通信模型的分布式系统,不可避免的会发生以下错误:进程可能会慢、垮、重启,消息可能会延迟、丢失、重复,在基础 Paxos 场景中,先不考虑可能出现消息篡改...
分类:其他好文   时间:2014-09-03 14:41:06    阅读次数:196
Write a program to convert string to number without using library function。
/* Write a program that prints the numbers from 1 to 100,but for  multiples of three print “Fizz” instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of...
分类:其他好文   时间:2014-09-03 11:19:16    阅读次数:221
30个优秀的chrome网页设计开发插件
BuiltWithResolution TestcolorPickerPalette for ChromeChrome SnifferJS Library DetectorGoogle Font PreviewerWhatFontWeb DeveloperCSSViewerIE Tab MultiV...
分类:Web程序   时间:2014-09-03 09:39:06    阅读次数:192
oracle instant client配置(MAC OS)
~/.bash_profile export ORACLE_HOME=/opt/oracle/instantclient_11_2/ export DYLD_LIBRARY_PATH=$ORACLE_HOME export SQLPATH=$ORACLE_HOME export TNS_ADMIN=$ORACLE_HOME/network/admin export LANG=en_US.U...
分类:数据库   时间:2014-09-02 23:01:06    阅读次数:438
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!