This repository is deprecated in favor of NativeScirpt/NativeScript/tns-core-modules-widgets.
This repository contains the source code of the tns-core-modules-widgets
library. This library represents native code (Java and Objective-C) used by the NativeScript core modules
.
NativeScript is a framework which enables developers to write truly native mobile applications for Android and iOS using JavaScript and CSS.
We love PRs! Check out the contributing guidelines and development workflow for local setup. If you want to contribute, but you are not sure where to start - look for issues labeled help wanted
.
Please, use github issues strictly for reporting bugs or requesting features. For general questions and support, check out the NativeScript community forum or ask our experts in NativeScript community Slack channel.
目的:在server 21上增加只允许指定IP登录 步骤:cp server23上的sqlnet.ora配置文件到server21上,由于疏忽导致的一些问题 oracle:11.2.0.1 os:rhel5.3 [oracle@mlydserver21 admin]$ pwd /app/soft/oracle/product/11.2.0/dbhome_1/network/admin [oracl
今天搭建DG的时候,一直报下面的错误: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oradevdb1.800best.com)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID_NAME=orauat1s)(CID=(PROGRAM=oracle)(HOST=oradevdb2.800best.com)(US
解决办法是修改webpack.base.conf.js,如果是vue-cli工程则是修改vue.config.js,增加如下的内容: { module: { unknownContextRegExp = /^('|')\.\/.*?\1$/ unknownContextCritical = false }, amd: { toUrlUndefined: true
解决vue 依赖core-js版本报错的问题( npm install --save core-js/modules/es6.function.name core-js/modules/es6.number) - 巫小婆 - 博客园
在linux下、使用netstat -anp | grep 1521 查看下端口看到oracle 监听出现大量CLOSE_WAIT状态、持续不继地出现,导致oracle连接数一个一个在等待,最后数据库连接也处理CLOSE_WAIT状态。日志是解决所有问题的突破口,看了下监听日志,出现如下 的问题 Fatal NI connect error 12537, connecting to: (DESC
最近发现WEB应用程序监听链接不上, 登录到系统LINUX 感觉反应很慢. 监听和数据库都很正常.唯独TNSPING 本地的时候 要6000毫秒. Fatal NI connect error 12537, connecting to: (LOCAL=NO) VERSION INFORMATION: TNS for Linux: Version 11.2.0.1.0 -
今天同事的plsql连接不上数据库,我用他的本地tnsping是不通的,于是上服务器上查看下,结果发现监听没起来,不知道怎么就断了 再次尝试重启 lsnrctl start 发现直接报错: NSLSNR for Linux: Version 11.2.0.1.0 - Production System parameter file is /u01/app/oracle/product/11.2.
Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait… TNSLSNR for Linux: Version 10.2.0.1.0 - Production System parameter file is /usr/lib/oracle/xe/app/oracle/product
/************************************************************************ * Description: HtmlWidgets学习 * Author: 陈相礼 * Compiled: VC8 + wxWidgets2.8.10 * Date: 04/02/10 ****
The information in this document applies to: 此文档中的信息适用于: Oracle Net Services - Version: 10.1.0.3 This problem can occur on any platform. Symptoms 现象: The listener fails to start with the following err
The modules do need to use NPM install: These modules installed locally with you install NODE js 1. Path module LOAD: var path = require("path") Using: path.basename(__filename) # pluck out the fil
Jupyter Widget 包含了一系列的使用组件。 组件列表 Numberic Widget IntSlider FloatSlider FloatLogSlider IntRangeSlider FloatRangeSlider IntProgress FloatProgress BoundedIntText BoundedFloatText IntText FloatText Boolea
oracle 启动监听的时候报下列错误: Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.15.50.100)(PORT=1521))) TNS-12547: TNS:lost contact TNS-12560: TNS:protocol adapter error TNS-00517: Lost contact
RDBMS 11.2.0.4+ redhat 6.5 关闭了监听,再次准备打开监听的时候,提示错误 TNS-01189: The listener could not authenticate the user TNS-01106: Listener using listener name LISTENER has already been started 另外,在本地连接DB的时候,发现连接上以
tns为 thrift rpc 分布式组件,实现 rpc 的高可靠、负载均衡、水平动态可扩展等,工具提供完整的命令行管理方式。
tns-urihandler A NativeScript Module for inner-app communication URI handling How to custom scheme in NativeScript Projects Android Add following code to your AndroidManifest.xml, where you can find t
Tns Ng Angular CLI for Nativescript. Generates component for Nativescript Angular projects Table of Contents Installation Usage Generating Components and Services Contributing Installation npm install
lsnrctl启动侦听器时遇到以下错误。 错误侦听:(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))TNS-12542: TNS:地址已在使用TNS-12560: TNS:协议适配器错误TNS-00512:地址已在使用Linux错误: 98:地址已在使用 listener.ora的内容如下。NSMS=(DESCRIPTION_LIST=(DESCRIPTION=
The distributable, loadable, and executable unit of code in WebAssembly is called a module. At runtime, a module can be instantiated with a set of import values to produce an instance, which is an imm
torch-rnn provides high-peformance, reusable RNN and LSTM modules. These modules have no dependencies other than torch and nn and each lives in a single file, so they can easily be incorporated into o