找到约5497条相关结果
相关搜索 big data

The LuaJIT Project

Privacy PolicyThis website does not request, store or process any private data.This website is fully static and does not allow entry of personalinformation anywhere. It does not use cookies or any other form oftracking or analytics. Page visits and IP addresses are neither loggednor analyzed.Copyright 2005-2022·Contact – IMPRESSUM

http://luajit.org/ - PR382- 2022-12-23 18:24:54- 快照

Open-Falcon - Monitoring system

PerformanceWith RRA(Round Robin Archive) mechanism, the one-year history data of 100+ metrics could be returned in just one second.High AvailabilityNo critical single point of failure, easy to operate and deploy.FlexibilityFalcon-agent has already 400+ built-in server metrics. Users can collect their customized metrics by writing plugins or just simply run a script/program to relay metrics to falcon-agent.

http://open-falcon.org/ - PR10986- 2023-04-04 16:44:21- 快照

Learn Next.js: Next Steps | Next.js

Here are some resources to continue exploring Next.js:Next.js DocumentationNext.js Templates:Admin Dashboard TemplateNext.js CommerceBlog Starter KitNextra: Docs Starter KitImage Gallery StarterNext.js RepositoryVercel YouTubeNext.js App Router: Routing, Data Fetching, CachingPerformance in React and Next.js (Lydia Hallie)Vercel Product Walkthrough<br/&

https://nextjs.org/learn/dashboard-app/next-steps - PR473- 2023-12-15 16:50:39- 快照

Titan数据库快速入门之神的光芒_水边风的博客-CSDN博客

.## Default: (no default value)# Data Type: String# Mutability: LOCALstorage.backend=hbase# The hostname or comma-separated list of hostnames of storage backend# servers. This is only applicable to some storage backends, such as# cassandra and hbase.## Default: 127.0.0.1# Data Type: class java.lang.String[]# Mutability: LOCALstorage.hostname=192.168.1.252# Whether to enable Titan's database-level cache, which is shared across# all transactions.

https://blog.csdn.net/albg_boy/article/details/78439051 - PR2364- 2022-12-23 18:28:30- 快照

Passport OAuth 认证 | 官方扩展包 |《Laravel

该路由会返回新的客户端实例:const data = {name: 'Client Name',redirect: 'http://example.com/callback'};axios.post('/oauth/clients', data).then(response => {console.log(response.data);}).catch (response => {// 在response里列出错误详情...});PUT /oauth/clients/{client-id}此路由用于更新客户端信息。它需要两个参数:客户端的名称 name 和授权后回调的URL redirect。在批准或拒绝授权请求后,用户会被重定向 redirect 到这个链接。

https://learnku.com/docs/laravel/5.8/passport/3907 - PR4174- 2022-12-23 18:30:13- 快照

win10下使用hive时遇到的错误集锦_coder_szc的博客

hive建表报错Column length too big for column 'PARAM_VALUE' (max = 21845); use BLOB or TEXT instead   解决方法:用navicat创建hive数据库,设置编码为latin1不能和spark远程共享一张表解决方法:1、把两者的hive-site.xml中hive.metastore.local的值改为false,hive.metastore.schema.verification值改为false                  2、在spark的xml中加上一个配置 <property>  <name>hive.metastore.uris</name>   <value>thrift://localhost:9083</value>   &

https://blog.csdn.net/qq_37475168/article/details/92001830 - PR2874- 2022-12-23 18:29:00- 快照

MySQL索引背后的数据结构及算法原理_哲学渣的博客-CSDN

        B-Tree        为了描述B-Tree,首先定义一条数据记录为一个二元组[key, data],key为记录的键值,对于不同数据记录,key是互不相同的;data为数据记录除key外的数据。那么B-Tree是满足下列条件的数据结构:d为大于1的一个正整数,称为B-Tree的度。h为一个正整数,称为B-Tree的高度。每个非叶子节点由n-1个key和n个指针组成,其中d<=n<=2d。每个叶子节点最少包含一个key和两个指针,最多包含2d-1个key和2d个指针,叶节点的指针均为null 。所有叶节点具有相同的深度,等于树高h。key和指针互相间隔,节点两端是指针。一个节点中的key从左到右非递减排列。所有节点组成树结构。每个指针要么为null,要么指向另外一个节点。如果某个指针在节点node最左边且不为null,则其指向节点的所有key小于v(key1),其中v(key1)为node的第一个key的值。

https://blog.csdn.net/wufuhuai/article/details/79631466 - PR3162- 2022-12-23 18:29:19- 快照

Word add-ins overview - Office

Or a solution that binds to and accesses data in a Word document from other data sources? You can use the Office Add-ins platform, which includes the Word JavaScript API and the Office JavaScript API, to extend Word clients running on a Windows desktop, on a Mac, or in the cloud.Word add-ins are one of the many development options that you have on the Office Add-ins platform.

https://docs.microsoft.com/en-us/office/dev/add-ins/word/word-add-in... - PR3559- 2022-12-23 18:29:40- 快照

Neo4j 4: Drivers and Authorization

PopularModelling Data in Neo4j:Bidirectional RelationshipsExploring The MET Art Collections with Hume #1What's new in Hume 2.10Knowledge Graph Perspectives: building bridges from RDF to LPGCypher MERGE ExplainedPosts by tagAdvancedAnalyticsBeginnerBlockchainCausal ClusterConnected DataCypherDockerElasticsearch<

https://graphaware.com/neo4j/2020/02/28/neo4j-drivers-authorization.... - PR3967- 2022-12-23 18:29:58- 快照

laravel5实现第三方登录(微信) - 如是说 - 博客园

AM*/namespace App\Http\Controllers\Auto\ThirdLogin;use Socialite;use Illuminate\Http\Request;use App\Http\Controllers\Controller;use SocialiteProviders\WeixinWeb\Provider;class WeixinController extends Controller{public function redirectToProvider(Request $request)return Socialite::with('weixinweb')->redirect();public function handleProviderCallback(Request $request)$user_data

https://www.cnblogs.com/lishanlei/p/10073878.html#autoid-0-0-0 - PR5364- 2022-12-23 18:31:32- 快照

Copyright ©uecom 京ICP备18064371号-3 IPV6
2024-03-29 14:59:47
tech.zxsbr.com
10.0.12.16