@NgModule({ declarations: [AppComponent, HomeComponent], imports: [ BrowserModule, MatSidenavModule, BrowserAnimationsModule, RouterModule.forRoot( [ { path: '', component: HomeComponent }, { path: 'nyan', loadChildren: () => import('./nyan/nyan.modu…
Symptom The full error message is as follows:Error logging in.  Unable to process the database transaction.  Error:DBMS API library 'oci.dll' loading failsThis library is a part of DBMS client installation, not SQLAPI++Make sure DBMS client is instal…
redis读取/重启之后读取报错:(error) LOADING Redis is loading the dataset in memory 1.redis将之持久化的数据重新写入,等待数据写入完成以后即可正常访问 2.修改配置文件 vi redis.conf maxmemory 5GB maxmemory-policy allkeys-lru appendonly no 重启redis,./redis_multi rewrite all    --释放redis存储…
今天在实现Redis客户端API操作Jedis的八种调用方式详解中,遇到了LOADING Redis is loading the dataset in memory错误,经过多番查找资料,找到了解决方案: 在主库里修改redis.windows.conf文件中的 maxmemory 6GB maxmemory-policy  allkeys-lru appendonly no 然后重启redis实例,就解决了.…
Found the way to handle Auxiliary router for lazy loading moudle and erge load module are different. In Erge loading, it is recommended to create a shell component, inside shell component you need to define the router-outlet for each Auxiliary routes…
Entity Framework Core allows you to use the navigation properties in your model to load related entities. There are three common O/RM patterns used to load related data. Eager loading means that the related data is loaded from the database as part of…
1).按钮loading --TODO 2). page loading状态 1.在module中注入指令 // Route State Load Spinner(used on page or content load) app.directive('ngSpinnerLoader', ['$rootScope', function ($rootScope) { return { link: function (scope, element, attrs) { // by defult hid…
angular 没有compile 完成的接口,最像的接口是$viewContentLoaded(router ui),但是一开始会开始跑,因为有ui-view 暂时解决方法是在body的loading 给一个固定不会动的elem,默认是youXX class,是显示的,接着$viewContentLoaded会去remove Class,但必须要有YY这个class,接着$locationChangeState去add YY class,最后$viewContentLoaded去remove…
I can use <tamplete> syntax and a entry component as a container to create a dynamic component. Notice it will create a empty div as a placeholder in the DOM. If we don't wanner this empty div, we can actually using ng-conainer together with ngTempl…
loading.io是官方网址在首页选一款loading图标,看到左上角的 Try it now中有选中的图标后,可通过光标滑动选择图标大小,然后再点右边的get svg或get css等下载即可…